Added an index.js in the ui folder
This commit is contained in:
parent
b35c3ee7da
commit
76db507654
11
components/ui/index.js
Normal file
11
components/ui/index.js
Normal 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';
|
||||||
Loading…
x
Reference in New Issue
Block a user