calendrier-avent/components/custom/index.ts

5 lines
177 B
TypeScript

export { DayCard as DayCard } from './dayCard';
export { TestCard as TestCard } from './testCard';
export { GradingForm } from "./gradingForm";
export { Santa } from "./santa";