6 lines
181 B
TypeScript
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';
|