init
This commit is contained in:
6
client/src/routes/+layout.svelte
Normal file
6
client/src/routes/+layout.svelte
Normal file
@ -0,0 +1,6 @@
|
||||
<script>
|
||||
let { children } = $props();
|
||||
import '../app.css';
|
||||
</script>
|
||||
|
||||
{@render children()}
|
Reference in New Issue
Block a user