7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
export * from './button';
|
|
export * from './card';
|
|
export * from './form';
|
|
export * from './icons';
|
|
export * from './input';
|
|
export * from './label';
|