diff --git a/components/ui/index.js b/components/ui/index.js new file mode 100644 index 0000000..fcbb8af --- /dev/null +++ b/components/ui/index.js @@ -0,0 +1,11 @@ +export { Badge } from './badge'; +export { Button } from './button'; +export { Card } from './card'; +export { Checkbox } from './checkbox'; +export { Input } from './input'; +export { Label } from './label'; +export { RadioGroup } from './radio-group'; +export { Select } from './select'; +export { Skeleton } from './skeleton'; +export { Switch } from './switch'; +export { Textarea } from './textarea';