Rename cross-unit to export-internal

This commit is contained in:
Henrik Giesel 2021-08-23 23:45:50 +02:00
parent c69232921a
commit fdf8321253
3 changed files with 3 additions and 2 deletions

View File

@ -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";

View File

@ -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";