refactor(frontend)

This commit is contained in:
2025-12-29 19:02:58 +01:00
parent e4bf1ccfc1
commit 87c5a68127
7 changed files with 16 additions and 18 deletions
@@ -11,7 +11,6 @@
TextAlignStart,
TrafficCone
} from 'lucide-svelte';
import { onMount } from 'svelte';
import Button from '$lib/components/Button.svelte';
import PopUp from '$lib/components/PopUp.svelte';
import type { PopupContent } from '$lib/ts/types';