diff --git a/src/lib/components/Actions.svelte b/src/lib/components/Actions.svelte index e05693e6..a1773723 100644 --- a/src/lib/components/Actions.svelte +++ b/src/lib/components/Actions.svelte @@ -6,6 +6,7 @@ import { Input } from '$/components/ui/input'; import { Separator } from '$/components/ui/separator'; import * as ToggleGroup from '$/components/ui/toggle-group'; + import { TID } from '$/constants'; import { env } from '$/util/env'; import { browser } from '$app/environment'; import { waitForRender } from '$lib/util/autoSync'; @@ -190,7 +191,10 @@ ${svgString}`); {#snippet dualActionButton(text: string, download: (event: Event) => unknown, url?: string)}