Files
Galaxies-ai-recorder/app/(app)/(authenticated)/home.tsx
T
Dennis Hundertmark 6ed3300183 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-04 08:33:13 +02:00

15 lines
231 B
TypeScript

import { StyleSheet, Text, View } from "react-native";
import React from "react";
const Page = () => {
return (
<View>
<Text>Page</Text>
</View>
);
};
export default Page;
const styles = StyleSheet.create({});