minor stuff

This commit is contained in:
sameeranageshwar
2026-04-11 14:28:52 -04:00
parent 92259db8a0
commit 22298fab1a
31 changed files with 1249 additions and 493 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
import './layout.css';
import favicon from '$lib/assets/favicon.svg';
let { children } = $props();
</script>
<svelte:head><link rel="icon" href={favicon} /></svelte:head>
{@render children()}