fix: remove unused icon export from index for cleaner module structure

This commit is contained in:
arraysid
2025-06-01 11:27:21 +07:00
parent dd11bed598
commit 29937c9296
-1
View File
@@ -3,7 +3,6 @@ export * from './card';
export * from './dialog';
export * from './drawer';
export * from './form';
export * from './icons';
export * from './input';
export * from './label';
export * from './textarea';