Switch to module exports

This commit is contained in:
Cohee
2024-04-11 22:39:42 +03:00
parent 369c3512c0
commit 3da9fb4efe
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import { callPopup, eventSource, event_types, saveSettings, saveSettingsDebounced, getRequestHeaders, animation_duration } from '../script.js';
import { hideLoader, showLoader } from './loader.js';
import { renderTemplate, renderTemplateAsync } from '../script.js';
import { renderTemplate, renderTemplateAsync } from './templates.js';
import { isSubsetOf, setValueByPath } from './utils.js';
export {
getContext,