From 39265a43d969e1201cb5267789967b57835059b1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 19 Jan 2024 23:52:48 -0500 Subject: Separate core classes into separate files (#545) --- ext/js/dictionary/dictionary-importer-media-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/dictionary/dictionary-importer-media-loader.js') diff --git a/ext/js/dictionary/dictionary-importer-media-loader.js b/ext/js/dictionary/dictionary-importer-media-loader.js index d94ff98e..86ed53f2 100644 --- a/ext/js/dictionary/dictionary-importer-media-loader.js +++ b/ext/js/dictionary/dictionary-importer-media-loader.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -import {EventListenerCollection} from '../core.js'; +import {EventListenerCollection} from '../core/event-listener-collection.js'; /** * Class used for loading and validating media during the dictionary import process. -- cgit v1.2.3