5 lines
95 B
Svelte

<script>
import Navi from '$lib/navi.svelte';
</script>
<Navi/>
<p>When the page is sus</p>