Files
freeCodeCamp/tools/ui-components/src/index.ts

4 lines
125 B
TypeScript
Raw Normal View History

// Use this file as the entry point for component export
export { Button } from './button';
export { Alert } from './alert';