Cleanup and First Small Changes
This commit is contained in:
parent
739e5e8f08
commit
59696b2caf
18 changed files with 39 additions and 475 deletions
5
app/stats.tsx
Normal file
5
app/stats.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Text } from 'react-native';
|
||||
|
||||
export default function Page() {
|
||||
return <Text>Stats Page</Text>;
|
||||
}
|
||||
Reference in a new issue