This commit is contained in:
allllen4a 2024-09-09 20:49:35 +03:00
parent 47c9e3016f
commit abb4c7c4c0

View File

@ -17,7 +17,6 @@ class MyApp extends StatelessWidget {
home: const MyHomePage(title: 'Жирнова Алена Евгениевна'),
);
}
}
class MyHomePage extends StatefulWidget {
@ -68,4 +67,5 @@ class _MyHomePageState extends State<MyHomePage> {
),
);
}
}