import { Box, Typography } from "@material-ui/core"; import DefaultLayout from "../components/defaultLayout"; import FirebaseAuth from "../components/FirebaseAuth"; import styles from "./index.module.css"; const Auth = () => { return ( Sign in
); }; export default Auth;