Fix up more of the update functions
This commit is contained in:
parent
d0ad9c9364
commit
fcf5348f96
5 changed files with 75 additions and 55 deletions
|
@ -1,9 +1,8 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:timetrack/pages/HomePage.dart';
|
||||
|
||||
class MainApp extends StatefulWidget {
|
||||
MainApp({super.key});
|
||||
const MainApp({super.key});
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue