Initial commit
This commit is contained in:
10
app/(protected)/invoice/_layout.tsx
Normal file
10
app/(protected)/invoice/_layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import {Stack} from 'expo-router';
|
||||
|
||||
export default function InvoiceLayout() {
|
||||
return (
|
||||
<Stack screenOptions={{headerShown: false}}>
|
||||
<Stack.Screen name="index" />
|
||||
<Stack.Screen name="[id]" />
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user