Skip to content

Commit

Permalink
chore: ProgramAttendModeManageSection import 문 올바르게 카멜케이스가 적용되어있지 않던 …
Browse files Browse the repository at this point in the history
…부분 수정

#159
  • Loading branch information
geongyu09 committed Dec 11, 2024
1 parent 7510027 commit 7934de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FE/src/app/(admin)/admin/detail/[programId]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import AttendeeInfoSection from "@/components/feature/detail/attendee/AttendeeInfoSection";
import ProgramHeaderSection from "@/components/feature/detail/program/ProgramHeaderSection";
import ProgramDetailSection from "@/components/feature/detail/program/ProgramDetailSection";
import ProgramattendModeManageSection from "@/components/feature/detail/program/ProgramAttendStatusManageSection";
import ProgramAttendModeManageSection from "@/components/feature/detail/program/ProgramAttendStatusManageSection";
import ProgramPresentationsSection from "@/components/feature/detail/presentation/ProgramPresentationsSection";
import ProgramDashboardSection from "@/components/feature/detail/Dashboard/ProgramDashboardSection";

Expand All @@ -11,7 +11,7 @@ const ProgramDetailPage = () => {
<section className="space-y-8">
<ProgramHeaderSection />
<ProgramDetailSection />
<ProgramattendModeManageSection />
<ProgramAttendModeManageSection />
<ProgramPresentationsSection />
<div className="mt-12">
<ProgramDashboardSection />
Expand Down

0 comments on commit 7934de1

Please sign in to comment.