deleteted jsx files

This commit is contained in:
Jakob Stornig 2023-11-30 20:31:50 +01:00
parent f5dc3be4df
commit 8f39ec9bf4
4 changed files with 0 additions and 73 deletions

View file

@ -1,14 +0,0 @@
import { View, Text, Button} from 'react-native'
import * as react from 'react'
import { Link } from 'expo-router'
export default function Page() {
return (
<View style={{flex: 1, justifyContent:'center', alignItems: 'center'}}>
<Text>Hello World</Text>
</View>
)
}