NAME | 119 |DATE | 120 |
---|---|
126 | |
130 | |
134 | |
138 | |
142 | |
146 | |
150 | |
153 |
Redirecting...
33 | > 34 | ) 35 | } 36 | -------------------------------------------------------------------------------- /pages/login.js: -------------------------------------------------------------------------------- 1 | import { Box, Center, Divider, Grid, GridItem, Stack, Text } from "@chakra-ui/react"; 2 | import "../styles/theme"; 3 | import theme from "../styles/theme"; 4 | import "../components/LoginForm" 5 | import LoginForm from "../components/LoginForm"; 6 | 7 | export default function Login() { 8 | 9 | return ( 10 |