mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Traduction + alias + routing + refactoring
This commit is contained in:
8
mobile/traque-app/app/(game)/_layout.jsx
Normal file
8
mobile/traque-app/app/(game)/_layout.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
// Expo
|
||||
import { Slot } from 'expo-router';
|
||||
|
||||
const GameLayout = () => {
|
||||
return <Slot/>;
|
||||
};
|
||||
|
||||
export default GameLayout;
|
||||
Reference in New Issue
Block a user