From dbe874079a5983cb4b9aa5721a9ef6ec99384600 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Thu, 15 Feb 2024 12:28:32 +0000 Subject: [PATCH] feat: Fix count state initialization and update count state initialization --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index cb752c8..1da0aee 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,7 +4,7 @@ import viteLogo from "/vite.svg"; import "./App.css"; function App() { - const [count, setCount] = useState(10); + const [count, setCount] = useState(20); return ( <>