small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:05:40 +02:00
parent 7b7ed0083f
commit 5ab2773f98
55 changed files with 3240 additions and 483 deletions
+3 -3
View File
@@ -29,13 +29,13 @@ void main() async {
runApp(
const ProviderScope(
child: App1356(),
child: LifeTimerApp(),
),
);
}
class App1356 extends ConsumerWidget {
const App1356({super.key});
class LifeTimerApp extends ConsumerWidget {
const LifeTimerApp({super.key});
@override
Widget build(BuildContext context, WidgetRef ref) {