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

6 lines
181 B
TypeScript
Raw Normal View History

// 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';