Added an index.js in the ui folder

This commit is contained in:
Sadrinho27 2025-10-10 11:39:10 +02:00
parent b35c3ee7da
commit 76db507654

11
components/ui/index.js Normal file
View File

@ -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';