diff --git a/frontend/src/pages/Signin.jsx b/frontend/src/pages/Signin.jsx index aac2a091..d734ecc3 100644 --- a/frontend/src/pages/Signin.jsx +++ b/frontend/src/pages/Signin.jsx @@ -1,22 +1,54 @@ -import { BottomWarning } from "../components/BottomWarning" -import { Button } from "../components/Button" -import { Heading } from "../components/Heading" -import { InputBox } from "../components/InputBox" -import { SubHeading } from "../components/SubHeading" +import { Heading } from '../components/Heading' +import { SubHeading } from '../components/SubHeading' +import { InputBox } from '../components/InputBox' +import { Button } from '../components/Button' +import { BottomWarning } from '../components/BottomWarning' +import axios from 'axios' +import { useState } from 'react' +import { useNavigate } from 'react-router-dom' export const Signin = () => { - return
-
-
- - - - -
-
+
+
- - - - + ) } \ No newline at end of file