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