diff --git a/control/frontend/src/components/Button.svelte b/control/frontend/src/components/Button.svelte index b92bf18..26923f1 100644 --- a/control/frontend/src/components/Button.svelte +++ b/control/frontend/src/components/Button.svelte @@ -1,5 +1,4 @@
{#each $notifications as n (n.id)}
import { X } from 'lucide-svelte'; - import { onDestroy, onMount } from 'svelte'; import Button from './Button.svelte'; import type { PopupContent } from '../ts/types'; import { fade } from 'svelte/transition'; diff --git a/control/frontend/src/components/TipTapInput.svelte b/control/frontend/src/components/TipTapInput.svelte index 6c0260b..de2bb55 100644 --- a/control/frontend/src/components/TipTapInput.svelte +++ b/control/frontend/src/components/TipTapInput.svelte @@ -6,7 +6,6 @@ import { Baseline, Bold, - Code, Highlighter, Italic, PaintBucket, @@ -154,7 +153,7 @@