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

12 lines
486 B
JavaScript
Raw Normal View History

// 레이아웃
export { default as Layout } from './Layout';
export { default as Header } from './Header';
export { default as BottomNav } from './BottomNav';
// 일정 컴포넌트
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';