import ScreenLayout from '../../components/layout/ScreenLayout'; import { RegularText } from '../../components/ui/Text'; export default function AccountScreen() { return ( Hey Bro! what are you up to? ); }