This commit is contained in:
2025-03-12 18:29:56 -04:00
commit 46d93a62a1
23 changed files with 4417 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<script>
let { children } = $props();
import '../app.css';
</script>
{@render children()}