diff --git a/src/pages/Auth/AdditionalInfo/index.tsx b/src/pages/Auth/AdditionalInfo/index.tsx new file mode 100644 index 0000000..b7ac3a0 --- /dev/null +++ b/src/pages/Auth/AdditionalInfo/index.tsx @@ -0,0 +1,99 @@ +import { Box, Button, Input, Select, Text } from '../../../components'; +import { theme } from '../../../themes'; +import { Wrapper } from './styles'; + +const AdditionalInfo = () => { + return ( + + + + + + Tell us more about yourself + + + + {}} + /> + {}} + /> + + {}} + /> + + {}} + /> + {}} + /> + + {}} /> + {}} + /> + + +