12 lines
562 B
TypeScript
12 lines
562 B
TypeScript
export { Header } from "./Header";
|
|
export { Footer } from "./Footer";
|
|
export { Section } from "./Section";
|
|
export { AnimateOnScroll } from "./AnimateOnScroll";
|
|
export { Hero } from "./sections/Hero";
|
|
export { AudienceSection } from "./sections/AudienceSection";
|
|
export { BenefitsSection } from "./sections/BenefitsSection";
|
|
export { CurriculumSection } from "./sections/CurriculumSection";
|
|
export { InstructorsSection } from "./sections/InstructorsSection";
|
|
export { FAQSection } from "./sections/FAQSection";
|
|
export { CTASection } from "./sections/CTASection";
|