freeCodeCamp/tools/ui-components/src/index.ts
Jordan Moore d5d03e078a
feat(tools): Implement basic functionality of table component (#47263)
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-11-02 14:20:10 +05:30

6 lines
191 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';