Files
freeCodeCamp/tools/ui-components/src/index.ts
Ismail Tlemcani b0db8ec244 feat: add image component (#44590)
Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
2022-02-03 13:48:14 +03:00

6 lines
181 B
TypeScript

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