components
This commit is contained in:
11
components/ui/index.ts
Normal file
11
components/ui/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export * from './utils';
|
||||
export * from './Button';
|
||||
export * from './Section';
|
||||
export * from './Container';
|
||||
export * from './Heading';
|
||||
export * from './Card';
|
||||
export * from './Badge';
|
||||
export * from './Input';
|
||||
export * from './Textarea';
|
||||
export * from './Label';
|
||||
export * from './Callout';
|
||||
Reference in New Issue
Block a user