import Button from 'components/Button' import { ArrowRight } from 'components/Icons' import Text from 'components/Text' interface Props { isCreating: boolean createAccount: () => void } export default function CreateAccount(props: Props) { return (