create note

This commit is contained in:
Giulia
2023-09-28 13:56:54 +02:00
parent abc0926f49
commit 4121239e36
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class _CreateNewNoteState extends State<CreateNewNote> {
super.dispose();
}
@override
Widget build(BuildContext context) {
return Scaffold(

View File

@@ -10,6 +10,7 @@ class NotesView extends StatefulWidget {
State<NotesView> createState() => _NotesViewState();
}
class _NotesViewState extends State<NotesView> {
@override