fromis_9/frontend-temp/src/components/mobile/index.js

10 lines
388 B
JavaScript
Raw Normal View History

// 레이아웃
export { default as Layout } from './Layout';
// 일정 컴포넌트
export { default as Calendar } from './Calendar';
export { default as ScheduleCard } from './ScheduleCard';
export { default as ScheduleListCard } from './ScheduleListCard';
export { default as ScheduleSearchCard } from './ScheduleSearchCard';
export { default as BirthdayCard } from './BirthdayCard';