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