moved editing page to popup
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m54s
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m54s
This commit is contained in:
@@ -10,7 +10,6 @@ void main() {
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
const MyApp({super.key});
|
||||
|
||||
@@ -29,7 +28,6 @@ class MyApp extends StatelessWidget {
|
||||
routes: {
|
||||
"/": (context) => HomePage(),
|
||||
"/editors": (context) => EditorEditor(),
|
||||
"/manageprj": (context) => ManageProject(),
|
||||
},
|
||||
initialRoute: "/",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user