Files
plunk/apps/landing/src/components/index.ts
T

6 lines
146 B
TypeScript

export * from './Navbar';
export * from './Footer';
export * from './ComparisonTable';
export * from './FAQSection';
export * from './CodeBlock';