Break out some utils

This commit is contained in:
Jon Staab
2024-08-06 13:10:10 -07:00
parent 0340634ecb
commit 36a920df51
11 changed files with 84 additions and 87 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import Icon from "lib/components/Icon.svelte"
import SecondaryNavItem from "lib/components/SecondaryNavItem.svelte"
import Icon from "@lib/components/Icon.svelte"
import SecondaryNavItem from "@lib/components/SecondaryNavItem.svelte"
</script>
<div class="flex w-60 flex-col gap-1 bg-base-300 px-2 py-4">