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

15 lines
697 B
JavaScript
Raw Normal View History

// PC 컴포넌트
export { default as ScheduleCard } from './ScheduleCard';
export { default as AdminScheduleCard } from './AdminScheduleCard';
export { default as Calendar } from './Calendar';
// Mobile 컴포넌트
export { default as MobileScheduleCard } from './MobileScheduleCard';
export { default as MobileScheduleListCard } from './MobileScheduleListCard';
export { default as MobileScheduleSearchCard } from './MobileScheduleSearchCard';
export { default as MobileCalendar } from './MobileCalendar';
// 공통 컴포넌트
export { default as CategoryFilter } from './CategoryFilter';
export { default as BirthdayCard, MobileBirthdayCard, fireBirthdayConfetti } from './BirthdayCard';