update 251121
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:whi_flutter/pages/login.dart';
|
||||
import 'package:whi_flutter/pages/signup.dart';
|
||||
|
||||
void main() {
|
||||
runApp(const MainApp());
|
||||
@@ -18,7 +19,7 @@ class MainApp extends StatelessWidget {
|
||||
),
|
||||
darkTheme: ThemeData.dark(useMaterial3: true),
|
||||
themeMode: ThemeMode.system,
|
||||
home: LoginPage(),
|
||||
home: SignupPage(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user