Skip to content

Commit 30ec53f

Browse files
committed
console log removed
1 parent 75718a5 commit 30ec53f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Button/Button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
type ButtonProps = React.ComponentProps<'button'>;
44

55
const Button: React.FC<ButtonProps> = ({ children, ...props }) => {
6-
console.log(props);
76
return (
87
<button
98
type="button"

0 commit comments

Comments
 (0)