import { Button, Text, zero } from "@streamplace/components"; import { View } from "react-native"; export default function (props: { onRetry: () => void }) { return ( Unable to contact server. ); }