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