government ui complated
This commit is contained in:
10
app/(dashboard)/e-service/_layout.tsx
Normal file
10
app/(dashboard)/e-service/_layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Stack } from 'expo-router';
|
||||
|
||||
export default function EServiceLayout() {
|
||||
return (
|
||||
<Stack screenOptions={{ headerShown: false }}>
|
||||
<Stack.Screen name="e-services.tsx" />
|
||||
<Stack.Screen name="e-services-category.tsx" />
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user