mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 18:53:18 +02:00
9 lines
116 B
Svelte
9 lines
116 B
Svelte
<script>
|
|
import Container from './Container.svelte';
|
|
</script>
|
|
|
|
<Container>
|
|
<h1>Title</h1>
|
|
<slot />
|
|
</Container>
|