- lint fix

This commit is contained in:
2022-10-30 14:18:34 +00:00
parent 75bdcde364
commit 5929906e6a

View File

@@ -86,7 +86,7 @@ class MyApp extends StatelessWidget {
// is not restarted.
primarySwatch: Colors.blue,
),
home: HomePage(),
home: const HomePage(),
);
}
}