5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
export * from './lib/hero';
|
|
export * from './lib/co-founders';
|
|
export * from './lib/the-team';
|
|
export * from './lib/layout';
|