create note

This commit is contained in:
Giulia
2023-09-28 13:56:54 +02:00
committed by Joe Küng
parent eba59f7cf5
commit a7726efb70
2 changed files with 2 additions and 0 deletions

View File

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