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 ( <> -