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