From e4c6608103be5b031a0ba3ce1c70982114480360 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Sun, 4 Feb 2024 08:08:44 +0100 Subject: move files (#630) --- ext/js/data/sandbox/anki-note-data-creator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/data/sandbox') diff --git a/ext/js/data/sandbox/anki-note-data-creator.js b/ext/js/data/sandbox/anki-note-data-creator.js index 79570532..f43595b6 100644 --- a/ext/js/data/sandbox/anki-note-data-creator.js +++ b/ext/js/data/sandbox/anki-note-data-creator.js @@ -17,7 +17,7 @@ */ import {getDisambiguations, getGroupedPronunciations, getPronunciationsOfType, getTermFrequency, groupTermTags} from '../../dictionary/dictionary-data-util.js'; -import {distributeFurigana} from '../../language/japanese.js'; +import {distributeFurigana} from '../../language/ja/japanese.js'; /** * Creates a compatibility representation of the specified data. -- cgit v1.2.3