UNPKG

122 BPlain TextView Raw
1import Badge from './Badge';
2
3export default Badge;
4
5export * from './Badge';
6export { default as Badge } from './Badge';