Files
tattletires/app/(tabs)/profile/_layout.tsx

6 lines
146 B
TypeScript
Raw Normal View History

import { Stack } from 'expo-router'
export default function ProfilLayout() {
return <Stack screenOptions={{ headerShown: false }}></Stack>
}