fromis_9/frontend/src/pages/pc/public/schedule-sections/index.js
caadiq 2b24bfe0a7 일정 상세 페이지에서 콘서트 섹션 제거
- PC: ConcertSection.jsx, KakaoMap.jsx 삭제
- 모바일: ConcertSection, KakaoMap 컴포넌트 제거
- CATEGORY_ID에서 콘서트 관련 상수 제거

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 13:02:22 +09:00

4 lines
199 B
JavaScript

export { default as YoutubeSection } from "./YoutubeSection";
export { default as XSection } from "./XSection";
export { default as DefaultSection } from "./DefaultSection";
export * from "./utils";