mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
// Expo
|
|
import { Slot } from 'expo-router';
|
|
|
|
const AuthLayout = () => {
|
|
return <Slot/>;
|
|
};
|
|
|
|
export default AuthLayout;
|