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