5 lines
59 B
Svelte
5 lines
59 B
Svelte
|
<script>
|
||
|
import "../app.postcss";
|
||
|
</script>
|
||
|
|
||
|
<slot />
|