9/15/4
This commit is contained in:
@@ -5,6 +5,7 @@ import 'package:firebase_messaging/firebase_messaging.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:get_storage/get_storage.dart';
|
||||
import 'package:ride/views/auth/captin/login_captin.dart';
|
||||
import 'package:ride/views/auth/login_page.dart';
|
||||
import 'package:ride/views/home/Captin/home_captin.dart';
|
||||
|
||||
@@ -71,6 +72,6 @@ class MyApp extends StatelessWidget {
|
||||
? const MapPage()
|
||||
: box.read(BoxName.emailDriver) == null
|
||||
? LoginPage()
|
||||
: const HomeCaptin());
|
||||
: LoginCaptin());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user