Files
convex-monorepo/apps/next/src/components/landing/index.tsx
2026-01-13 11:43:30 -06:00

5 lines
141 B
TypeScript

export { Hero } from './hero';
export { Features } from './features';
export { TechStack } from './tech-stack';
export { CTA } from './cta';