import { Link, Stack } from "expo-router"; import { Button, Surface } from "heroui-native"; import { Text, View } from "react-native"; import { Container } from "@/components/container"; export default function NotFoundScreen() { return ( <> 🤔 Page Not Found The page you're looking for doesn't exist. ); }