svelte-playground/src/routes/index.svelte

5 lines
88 B
Svelte

<script>
import ToDo from "$lib/apps/todoApp.svelte"
</script>
<h1>APPS</h1>
<ToDo/>