first commit
This commit is contained in:
commit
5af43e867d
24 changed files with 4067 additions and 0 deletions
7
src/routes/layout.svelte
Normal file
7
src/routes/layout.svelte
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div>
|
||||
{@render children()}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue