dyerser
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'login.dart';
|
||||
import 'pages/login.dart';
|
||||
|
||||
void main() {
|
||||
runApp(const MyApp());
|
||||
@@ -18,8 +18,7 @@ class MyApp extends StatelessWidget {
|
||||
),
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const LoginPage(),
|
||||
debugShowCheckedModeBanner: false,
|
||||
home: LoginPage(),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user