diff --git a/.env b/.env new file mode 100644 index 0000000..2ae3c1c --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_API_BASE_URL=http://localhost:3000 \ No newline at end of file diff --git a/src/pages/ProfileEdit/ProfileEditHeader/index.tsx b/src/pages/NotFound/ProfileEditHeader/index.tsx similarity index 100% rename from src/pages/ProfileEdit/ProfileEditHeader/index.tsx rename to src/pages/NotFound/ProfileEditHeader/index.tsx diff --git a/src/pages/ProfileEdit/ProfileEditForm/index.tsx b/src/pages/ProfileEdit/ProfileEditForm/index.tsx index 9c3b8ed..e112052 100644 --- a/src/pages/ProfileEdit/ProfileEditForm/index.tsx +++ b/src/pages/ProfileEdit/ProfileEditForm/index.tsx @@ -89,13 +89,13 @@ function SignUpForm() { diff --git a/src/pages/ProfileEdit/index.tsx b/src/pages/ProfileEdit/index.tsx index 4bbb2ca..b30ffd1 100644 --- a/src/pages/ProfileEdit/index.tsx +++ b/src/pages/ProfileEdit/index.tsx @@ -1,6 +1,6 @@ import { Box, Center, Stack } from '@chakra-ui/react'; import ProfileEditForm from './ProfileEditForm'; -import ProfileEditHeader from './ProfileEditHeader'; +import ProfileEditHeader from '../NotFound/ProfileEditHeader'; function ProfileEdit() { return (