9 lines
No EOL
207 B
TypeScript
9 lines
No EOL
207 B
TypeScript
import { Stack } from 'expo-router'
|
|
|
|
function DeliverySlotsLayout() {
|
|
return (
|
|
<Stack screenOptions={{ headerShown: true, title: 'Delivery Slots' }} />
|
|
)
|
|
}
|
|
|
|
export default DeliverySlotsLayout |