mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 21:04:56 +00:00
merged with dev and access_bugs and solved conflicts
This commit is contained in:
@ -8,7 +8,6 @@ class HomePage extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ResponsiveLayout(
|
||||
desktopBody: HomeWebPage(), mobileBody: HomeMobilePage());
|
||||
return ResponsiveLayout(desktopBody: HomeWebPage(), mobileBody: HomeMobilePage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user