This commit is contained in:
Andrea
2026-03-20 16:56:26 +01:00
parent 6771126324
commit 0a501a97c4

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Note from "./Note.svelte";
import type { Note } from "$lib/editor";
import NoteEditor from "./NoteEditor.svelte";
let expanded = $state(false);