import {Dialog, Title, useTheme} from "react-native-paper"; import { Image } from "react-native"; import React from "react"; const theme = useTheme(); const Broken = () => { return ( The Internet is a Series of Tubes And these aren't connected. {"\n"} (We're still working on this part.) ); }; export default Broken;