5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
export { Hero } from './hero';
|
|
export { Features } from './features';
|
|
export { TechStack } from './tech-stack';
|
|
export { CTA } from './cta';
|