import { Button, Text, View } from "tamagui"; export default function (props: { onRetry: () => void }) { return ( Unable to contact server. ); }