diff options
Diffstat (limited to 'packages/mobile/app/dashboard/(tabs)/index.tsx')
| -rw-r--r-- | packages/mobile/app/dashboard/(tabs)/index.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/mobile/app/dashboard/(tabs)/index.tsx b/packages/mobile/app/dashboard/(tabs)/index.tsx new file mode 100644 index 00000000..d043a9c4 --- /dev/null +++ b/packages/mobile/app/dashboard/(tabs)/index.tsx @@ -0,0 +1,8 @@ +import { View } from "react-native"; + +export default function Home() { + return ( + <View className="flex h-full items-center justify-center gap-4 px-4"> + </View> + ); +} |
