Trashed half my styling, this settings page is going to be a nightmare

This commit is contained in:
Eclypsed
2024-01-30 00:33:19 -05:00
parent b96c3848ad
commit 675e2b2d68
12 changed files with 415 additions and 131 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import IconButton from '$lib/components/util/iconButton.svelte'
import type { LayoutData } from '../$types'
import { goto } from '$app/navigation'
import type { LayoutData } from '../$types'
export let data: LayoutData
</script>