freshyo/apps/user-ui/app/(drawer)/(tabs)/me/complaints/_layout.tsx
2026-01-24 00:13:15 +05:30

9 lines
No EOL
197 B
TypeScript

import { Stack } from 'expo-router'
function ComplaintsLayout() {
return (
<Stack screenOptions={{ headerShown: true, title: "Complaints" }} />
)
}
export default ComplaintsLayout