This commit is contained in:
Christien Rioux 2024-03-24 21:38:27 -05:00
parent a5ffcee36f
commit 55fed573d6
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import 'history_wrapper.dart';
// Main App
class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
const MyApp({super.key});
@override
State<MyApp> createState() => _MyAppState();