refactor: 优化组件导出并移除未使用的组件并清理冗余代码

This commit is contained in:
2026-07-09 23:38:14 +08:00
parent fdbb51754d
commit a8c0809363
3 changed files with 4 additions and 27 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
);
Button.displayName = 'Button';
export { Button, buttonVariants };
export { Button };