Files
freeCodeCamp/tools/ui-components/src/index.ts
2023-03-15 14:08:58 +03:00

7 lines
239 B
TypeScript

// Use this file as the entry point for component export
export { Button } from './button';
export { Alert } from './alert';
export { Image } from './image';
export { Table } from './table';
export { ToggleButton } from './toggle-button';