1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
p61-project/app/(pages)/_layout.tsx

8 lines
112 B
TypeScript

import { Slot } from "expo-router"
const Layout: React.FC = () => {
return <Slot />
}
export default Layout