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