diff options
Diffstat (limited to 'types/ext')
| -rw-r--r-- | types/ext/translator.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/ext/translator.d.ts b/types/ext/translator.d.ts index 39d4be81..f1eb6bcc 100644 --- a/types/ext/translator.d.ts +++ b/types/ext/translator.d.ts @@ -15,7 +15,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import type {DictionaryDatabase} from '../../ext/js/language/dictionary-database'; +import type {DictionaryDatabase} from '../../ext/js/dictionary/dictionary-database'; import type {JapaneseUtil} from '../../ext/js/language/sandbox/japanese-util'; import type * as Dictionary from './dictionary'; import type * as DictionaryDatabaseTypes from './dictionary-database'; |