Files
monie-landing/src/widgets/landing/index.ts
T
denis 282eb87e63
Deploy monie-landing (kaniko) / build-and-deploy (push) Failing after 20m45s
chore: initialize project
2026-04-04 22:30:36 +03:00

11 lines
747 B
TypeScript

export { BenefitsSection } from "./benefits-section/ui/benefits-section";
export { FaqSection } from "./faq-section/ui/faq-section";
export { FinalCtaSection } from "./final-cta-section/ui/final-cta-section";
export { HeroSection } from "./hero-section/ui/hero-section";
export { HowItWorksSection } from "./how-it-works-section/ui/how-it-works-section";
export { PersonalPageSection } from "./personal-page-section/ui/personal-page-section";
export { ProblemSection } from "./problem-section/ui/problem-section";
export { ProductPreviewSection } from "./product-preview-section/ui/product-preview-section";
export { SolutionSection } from "./solution-section/ui/solution-section";
export { TrustSection } from "./trust-section/ui/trust-section";