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

5 lines
199 B
JavaScript
Raw Normal View History

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