This commit is contained in:
Jorrin
2024-01-28 21:53:06 +01:00
parent 8977e3ea2c
commit 89d1310eac
8 changed files with 180 additions and 151 deletions

View File

@@ -1,5 +1,6 @@
import { Link, Stack } from 'expo-router';
import { Text, View } from 'react-native';
import { View } from 'react-native';
import { Text } from './components/ui/Text';
export default function NotFoundScreen() {
return (