Add notes module

This commit is contained in:
ginnoir
2026-05-06 04:10:50 -05:00
parent 016d01cc25
commit 5b434702ba
19 changed files with 775 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
import { NoteEditor } from "@/modules/notes/components/note-editor";
export default function NewNotePage() {
return <NoteEditor />;
}