diff --git a/src/app/fonts/GeistMonoVF.woff b/src/app/fonts/GeistMonoVF.woff deleted file mode 100644 index f2ae185..0000000 Binary files a/src/app/fonts/GeistMonoVF.woff and /dev/null differ diff --git a/src/app/fonts/GeistVF.woff b/src/app/fonts/GeistVF.woff deleted file mode 100644 index 1b62daa..0000000 Binary files a/src/app/fonts/GeistVF.woff and /dev/null differ diff --git a/src/app/login/page.jsx b/src/app/login/page.jsx deleted file mode 100644 index 242b53e..0000000 --- a/src/app/login/page.jsx +++ /dev/null @@ -1,9 +0,0 @@ -const Login = () => { - return ( -
-

Login

-
- ); -}; - -export default Login; diff --git a/src/app/user/page.jsx b/src/app/user/page.jsx deleted file mode 100644 index 6ba2e37..0000000 --- a/src/app/user/page.jsx +++ /dev/null @@ -1,5 +0,0 @@ -const UserPage = () => { - return
댕플페이지
; -}; - -export default UserPage;