mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
Home page UI
This commit is contained in:
@ -38,7 +38,7 @@ class MyApp extends StatelessWidget {
|
||||
useMaterial3: true, // Enable Material 3
|
||||
),
|
||||
home: isLoggedIn == 'Success'?
|
||||
HomePage()
|
||||
const HomePage()
|
||||
:
|
||||
const LoginPage(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user