import { Text, View } from "react-native"; export default function ErrorPage() { return ( Error! ); }