refactor: 优化组件导出并移除未使用的组件并清理冗余代码
This commit is contained in:
@@ -46,4 +46,4 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
);
|
||||
Button.displayName = 'Button';
|
||||
|
||||
export { Button, buttonVariants };
|
||||
export { Button };
|
||||
|
||||
Reference in New Issue
Block a user