Skip to content

Commit 927098f

Browse files
committed
prettier
1 parent 87f14dc commit 927098f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/components/ui/button.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ const buttonVariants = cva(
3535
);
3636

3737
export interface ButtonProps
38-
extends
39-
React.ButtonHTMLAttributes<HTMLButtonElement>,
38+
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
4039
VariantProps<typeof buttonVariants> {
4140
asChild?: boolean;
4241
}

0 commit comments

Comments
 (0)