Structure globale de l'application client

Signed-off-by: Emmy D'Anello <emmy@luemy.eu>
This commit is contained in:
2024-12-01 18:58:53 +01:00
parent aa1da394b9
commit 49fcb6edbc
13 changed files with 1373 additions and 30 deletions

View File

@@ -12,6 +12,7 @@
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
"expo-env.d.ts",
"app/(tabs)/index.jsx"
]
}