From 29937c929692b099898b796686f1aceb51087830 Mon Sep 17 00:00:00 2001 From: arraysid Date: Sun, 1 Jun 2025 11:27:21 +0700 Subject: [PATCH] fix: remove unused icon export from index for cleaner module structure --- libs/shadcn-ui/src/atoms/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/shadcn-ui/src/atoms/index.ts b/libs/shadcn-ui/src/atoms/index.ts index dc4c5b2..4bb8f35 100644 --- a/libs/shadcn-ui/src/atoms/index.ts +++ b/libs/shadcn-ui/src/atoms/index.ts @@ -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';