first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-08-29 14:55:10 -04:00
parent e88bc2ca3c
commit 975ed05ad9
18 changed files with 2008 additions and 680 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Stack } from 'expo-router/stack';
const Layout =()=>{
return <Stack />;
}
export default Layout;