mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
6 lines
191 B
TypeScript
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';
|