fille-bot / frontend /app /_layout.tsx
Aravind GM
first commit
4f7951a
raw
history blame contribute delete
99 Bytes
import { Stack } from "expo-router";
export default function RootLayout() {
return <Stack />;
}