Rename cross-unit to export-internal
This commit is contained in:
parent
c69232921a
commit
fdf8321253
@ -5,7 +5,8 @@
|
||||
@typescript-eslint/no-explicit-any: "off",
|
||||
*/
|
||||
|
||||
import "sveltelib/cross-unit";
|
||||
import "sveltelib/export-internal";
|
||||
|
||||
import { getDeckOptionsInfo, DeckOptionsState } from "./lib";
|
||||
import { setupI18n, ModuleName } from "lib/i18n";
|
||||
import { checkNightMode } from "lib/nightmode";
|
||||
|
@ -6,7 +6,7 @@
|
||||
@typescript-eslint/no-explicit-any: "off",
|
||||
*/
|
||||
|
||||
import "sveltelib/cross-unit";
|
||||
import "sveltelib/export-internal";
|
||||
|
||||
import { filterHTML } from "html-filter";
|
||||
import { updateActiveButtons } from "./toolbar";
|
||||
|
Loading…
Reference in New Issue
Block a user