import { AuthSwitcher } from 'components/auth/AuthSwitcher' import { SignInForm } from 'components/auth/SignInForm' import { Heading, VStack } from '@chakra-ui/react' import React from 'react' const SignInPage = () => { return ( Sign in ) } export default SignInPage