This commit is contained in:
Giulia
2023-09-29 15:16:30 +02:00
parent 2b18144691
commit 07604bddaa
3 changed files with 2 additions and 1 deletions

View File

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