Skip to content

Commit

Permalink
Merge pull request #156 from Board-Buddy/Feat/#26
Browse files Browse the repository at this point in the history
Feat/#26
  • Loading branch information
ChaeYubin authored Aug 6, 2024
2 parents dc4d2b8 + 5b4c45b commit 02abb32
Show file tree
Hide file tree
Showing 10 changed files with 541 additions and 270 deletions.
7 changes: 5 additions & 2 deletions src/app/(nav)/my/edit/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import MyProfileEdit from '@/containers/profile/MyProfileEdit';
import MyProfileEditForm from '@/containers/profile/MyProfileEditForm';

export const dynamic = 'force-dynamic';
export const fetchCache = 'force-no-store';

const page = () => {
return <MyProfileEdit />;
return <MyProfileEditForm />;
};

export default page;
148 changes: 0 additions & 148 deletions src/containers/profile/MyProfileEdit.tsx

This file was deleted.

Loading

0 comments on commit 02abb32

Please sign in to comment.