From 6550495282780abaaa4c1aa4d33e3907fedf2927 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Sat, 23 Dec 2023 11:29:48 +0100 Subject: move dictionary files to dictionary folder (#429) --- ext/js/data/sandbox/anki-note-data-creator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/data') diff --git a/ext/js/data/sandbox/anki-note-data-creator.js b/ext/js/data/sandbox/anki-note-data-creator.js index dce71938..9d93b497 100644 --- a/ext/js/data/sandbox/anki-note-data-creator.js +++ b/ext/js/data/sandbox/anki-note-data-creator.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -import {DictionaryDataUtil} from '../../language/sandbox/dictionary-data-util.js'; +import {DictionaryDataUtil} from '../../dictionary/dictionary-data-util.js'; /** * This class is used to convert the internal dictionary entry format to the -- cgit v1.2.3