- PC: ConcertSection.jsx, KakaoMap.jsx 삭제 - 모바일: ConcertSection, KakaoMap 컴포넌트 제거 - CATEGORY_ID에서 콘서트 관련 상수 제거 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
199 B
JavaScript
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";
|