Add:
- app/(application)/(admin)/

## No Issue
This commit is contained in:
2025-08-05 12:11:25 +08:00
parent e16b0c2fce
commit 48c34aa26c
8 changed files with 91 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ export default function ApplicationLayout() {
<>
<Stack screenOptions={HeaderStyles}>
<Stack.Screen name="(user)" options={{ headerShown: false }} />
<Stack.Screen name="(admin)" options={{ headerShown: false }} />
{/* Take Picture */}
<Stack.Screen