Skip to content

Commit a8a7a1a

Browse files
committed
fix: click event logging text
1 parent a24f761 commit a8a7a1a

File tree

1 file changed

+1
-1
lines changed
  • showcases/react-showcase/src

1 file changed

+1
-1
lines changed

showcases/react-showcase/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88

99
const App = () => {
1010
const onClick = (event: any) => {
11-
console.log('test');
11+
console.log('click event test');
1212
};
1313

1414
return (

0 commit comments

Comments
 (0)