8 lines
455 B
TypeScript
8 lines
455 B
TypeScript
export { ColorWaveBackground } from "./ColorWaveBackground";
|
|
export { default as HeroSection } from "./HeroSection";
|
|
export { default as HowItWorksSection } from "./HowItWorksSection";
|
|
export { default as FeaturesGridSection } from "./FeaturesGridSection";
|
|
export { default as ForUsersSection } from "./ForUsersSection";
|
|
export { default as WhyKordantSection } from "./WhyKordantSection";
|
|
export { default as CTABannerSection } from "./CTABannerSection";
|