nollup-apexcharts-bug/src/pages/example/aliasing/v1/_layout.svelte
2021-08-27 19:26:36 +02:00

16 lines
No EOL
307 B
Svelte

<script>
import { url } from '@roxi/routify'
</script>
<p>V1 has three files, which can be seen in the links below </p>
<a href={$url('./feature1')}>Feature 1</a> |
<a href={$url('./feature2')}>Feature 2</a> |
<a href={$url('./feature3')}>Feature 3</a>
<slot>
<!-- optional fallback -->
</slot>