diff --git a/src/pages/login.jsx b/src/pages/login.jsx index 353196e..dbc70db 100644 --- a/src/pages/login.jsx +++ b/src/pages/login.jsx @@ -88,15 +88,7 @@ export default function Login() { 아이디 또는 비밀번호가 일치하지 않습니다. )} -
- -
+
- - - ); -} \ No newline at end of file diff --git a/src/router/router.jsx b/src/router/router.jsx index b2c12ee..07f82dc 100644 --- a/src/router/router.jsx +++ b/src/router/router.jsx @@ -1,6 +1,5 @@ import { BrowserRouter, Routes, Route, useLocation, Navigate } from "react-router-dom"; import Login from "../pages/login"; -import PwdFind from "../pages/pwdFind"; import Members from "../pages/members"; import Posts from "../pages/posts"; import Advertisements from "../pages/advertisement/advertisements"; @@ -33,7 +32,6 @@ function AppRouter() {
}/> - }/> } /> } /> } />