refactor: Consolidate icon imports across components and streamline import statements for improved readability
This commit is contained in:
4
src/app/components/icons/index.ts
Normal file
4
src/app/components/icons/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { Icon } from './Icon';
|
||||
export type { IconProps } from './Icon';
|
||||
export { Icons } from './lucideIcons';
|
||||
export type { IconName, IconSrc, IconSize } from './types';
|
||||
Reference in New Issue
Block a user