Skip to content

Commit

Permalink
Merge pull request #270 from TripInfoWeb/dev_gathering
Browse files Browse the repository at this point in the history
fix: import 경로가 잘못 설정되어 수정
  • Loading branch information
ssssksss authored Sep 6, 2024
2 parents f2005ef + 7c44709 commit 1e8ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gathering/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import GatheringViewerContainer from "@/components/gathering/GatheringViewerContainer";
import GatheringRecommendationList from "@/components/gathering/read/GatheringRecommendationList";
import GatheringViewerContainer from "@/containers/gathering/read/detail/GatheringViewerContainer";
import { GatheringDetailResponseDto } from "@/types/GatheringDto";
import { cookies } from "next/headers";
import { NextResponse } from "next/server";
Expand Down

0 comments on commit 1e8ab50

Please sign in to comment.