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