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