Spaces:
Running
Running
File size: 170 Bytes
cff9619 |
1 2 3 4 5 6 7 |
<script lang="ts">
import { page } from '$app/stores';
import NoteEditor from '$lib/components/notes/NoteEditor.svelte';
</script>
<NoteEditor id={$page.params.id} />
|