init from gitlab
This commit is contained in:
9
web/src/routes/+layout.svelte
Normal file
9
web/src/routes/+layout.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script>
|
||||
import "$src/app.css";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Shokku</title>
|
||||
</svelte:head>
|
||||
|
||||
<slot />
|
||||
Reference in New Issue
Block a user