From bac424c45d82762c7410e093573813618f0cc0a8 Mon Sep 17 00:00:00 2001 From: MuhammadKhalilzadeh Date: Wed, 8 May 2024 12:13:09 +0330 Subject: [PATCH] Before switching to charts --- Client/src/App.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Client/src/App.jsx b/Client/src/App.jsx index 7f486a324..519f2fc59 100644 --- a/Client/src/App.jsx +++ b/Client/src/App.jsx @@ -1,14 +1,7 @@ -import { useState } from "react"; -import PlayGround from "./screens/PlayGround/PlayGround"; - function App() { - const [count, setCount] = useState(0); - return ( <> -
- -
+
); }