Fix up more of the update functions

This commit is contained in:
zontreck 2025-05-14 19:32:03 -07:00
parent d0ad9c9364
commit fcf5348f96
5 changed files with 75 additions and 55 deletions

View file

@ -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() {