- VarietySection: 썸네일, 방송사 뱃지, 제목, 날짜/시간, 멤버, 다시보기 버튼 - ScheduleDetail에서 '예능' 카테고리 분기 연결 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
261 B
JavaScript
5 lines
261 B
JavaScript
export { default as YoutubeSection } from './YoutubeSection';
|
|
export { default as XSection } from './XSection';
|
|
export { default as VarietySection } from './VarietySection';
|
|
export { default as DefaultSection } from './DefaultSection';
|
|
export * from './utils';
|