chore: delete role page
This commit is contained in:
@@ -11,8 +11,6 @@ import { ThemeProvider, useTheme } from "./src/context/ThemeContext";
|
||||
|
||||
import HomeScreen from "./src/screens/HomeScreen";
|
||||
import ClientLoginScreen from "./src/screens/auth/ClientLoginScreen";
|
||||
import RegisterScreen from "./src/screens/auth/RegisterScreen";
|
||||
import RoleSelectScreen from "./src/screens/auth/RoleSelectScreen";
|
||||
import ClientNavigator from "./src/navigation/ClientNavigator";
|
||||
import type { RootStackParamList } from "./src/navigation/types";
|
||||
|
||||
@@ -38,16 +36,6 @@ function AuthStack() {
|
||||
component={ClientLoginScreen}
|
||||
options={{ title: "Connexion" }}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="register"
|
||||
component={RegisterScreen}
|
||||
options={{ title: "Inscription" }}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="role"
|
||||
component={RoleSelectScreen}
|
||||
options={{ title: "Choisir un rôle" }}
|
||||
/>
|
||||
</Stack.Navigator>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user