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/comm/frame-ancestry-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/comm/frame-ancestry-handler.js') diff --git a/ext/js/comm/frame-ancestry-handler.js b/ext/js/comm/frame-ancestry-handler.js index a9e49a6e..31739654 100644 --- a/ext/js/comm/frame-ancestry-handler.js +++ b/ext/js/comm/frame-ancestry-handler.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -import {generateId} from '../core.js'; +import {generateId} from '../core/utilities.js'; import {yomitan} from '../yomitan.js'; /** -- cgit v1.2.3