Files
imphnen-frontend-service/libs/shadcn-ui/src/atoms/index.ts
T

7 lines
149 B
TypeScript
Raw Normal View History

2025-04-27 09:31:24 +07:00
export * from './button';
2025-05-27 02:16:02 +07:00
export * from './card';
export * from './form';
2025-04-27 09:31:24 +07:00
export * from './icons';
export * from './input';
export * from './label';