remove import
This commit is contained in:
parent
52cd19a046
commit
6e9ae788b5
|
@ -5,7 +5,6 @@
|
||||||
import BackendRoot from "./BackendRoot.svelte"
|
import BackendRoot from "./BackendRoot.svelte"
|
||||||
import { fade } from "svelte/transition"
|
import { fade } from "svelte/transition"
|
||||||
import { SettingsIcon, PreviewIcon } from "./common/Icons/"
|
import { SettingsIcon, PreviewIcon } from "./common/Icons/"
|
||||||
import { showAppNotification } from "./common/AppNotification.svelte"
|
|
||||||
|
|
||||||
const TABS = {
|
const TABS = {
|
||||||
BACKEND: "backend",
|
BACKEND: "backend",
|
||||||
|
|
Loading…
Reference in New Issue