diff --git a/packages/builder/src/PackageRoot.svelte b/packages/builder/src/PackageRoot.svelte index 1a58aae6df..f7a134ed9a 100644 --- a/packages/builder/src/PackageRoot.svelte +++ b/packages/builder/src/PackageRoot.svelte @@ -5,7 +5,6 @@ import BackendRoot from "./BackendRoot.svelte" import { fade } from "svelte/transition" import { SettingsIcon, PreviewIcon } from "./common/Icons/" - import { showAppNotification } from "./common/AppNotification.svelte" const TABS = { BACKEND: "backend",