Skip to content

Commit

Permalink
#333 feat: 프로필 페이지에 BottomNavigation 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YelynnOh committed Apr 24, 2024
1 parent 357c17b commit 57e22dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/profile/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { useUploadImageToNCloud } from '@hooks/api/useUploadImageToNCloud';
import { usePutProfileImage } from '@hooks/api/usePutProfileImage';
import { usePatchFollow } from '@hooks/api/usePatchFollow';
import ProfileFeedContent from '@components/profile/ProfileFeedContent';
import BottomNavigation from '@components/common/BottomNavigation';

export default function Page() {
const pathname = usePathname();
Expand Down Expand Up @@ -210,6 +211,7 @@ export default function Page() {
</Tab.Group>
</div>
</div>
<BottomNavigation />
</div>
);
}

0 comments on commit 57e22dd

Please sign in to comment.