diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 552e2aad..ca19b89e 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import LoginForm from '../../../components/LoginForm'; +import LoginForm from '../../components/LoginForm'; import { GlobalStyle, diff --git a/src/app/profile /page.tsx b/src/app/profileScreen/page.tsx similarity index 100% rename from src/app/profile /page.tsx rename to src/app/profileScreen/page.tsx