import { Link, Stack } from 'expo-router'; import { StyledText, StyledView } from '../components/ui/Styled'; export default function NotFoundScreen() { return ( <> This screen doesn't exist. Go to home screen! > ); }