import * as React from 'react'; import { Box, Text, Heading, VStack, FormControl, Input, Link, Button, HStack, Center, } from 'native-base'; export const Example = () => { return (
Welcome Sign in to continue! Email ID Password Forget Password? I'm a new user.{' '} Sign Up
); };