create note

This commit is contained in:
Giulia
2023-09-28 13:57:51 +02:00
parent 850497301c
commit c0c090085f
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'CreateNewNote.dart';
import 'NoteDetailView.dart';
class NotesView extends StatefulWidget {
const NotesView({Key? key}) : super(key: key);