@ -21,7 +21,7 @@ import './screens/profile_screen.dart';
import './screens/settings/settings_screen.dart';
import 'screens/doctor/doctor_reply_screen.dart';
const String INIT_ROUTE = PATIENT_SEARCH;
const String INIT_ROUTE = LOGIN;
const String HOME = '/';
const String LOGIN = 'login';
const String PROFILE = 'profile';