mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { Stack } from "expo-router";
|
|
|
|
export default function RootLayout() {
|
|
return <Stack />;
|
|
}
|