fromis_9/frontend/src/pages/pc/public/schedule/sections/index.js

6 lines
261 B
JavaScript
Raw Normal View History

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';