Compare commits
1 Commits
c6fa8794e0
...
0.0.10
| Author | SHA1 | Date | |
|---|---|---|---|
| 84312abc75 |
@@ -1,13 +1,12 @@
|
||||
<script lang="ts">
|
||||
import favicon from '$lib/assets/favicon.svg';
|
||||
import globalCss from '$lib/assets/global.css';
|
||||
import '$lib/assets/global.css';
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
<link rel="stylesheet" href={globalCss} />
|
||||
</svelte:head>
|
||||
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user