App/src/caj/components/AccountInfoBanner.tsx

6 lines
120 B
TypeScript

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