import {Center} from 'native-base';
export default function AccountInfoBanner() {
return <Center>Account</Center>;
}