diff --git a/src/App.js b/src/App.js
index 5aeff81..d6fa0b3 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,7 +1,18 @@
import './App.css';
function Square({ value }) {
- return ;
+ function handleClick() {
+ console.log('clicked!');
+ }
+
+ return (
+
+ );
}
function App() {