mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-19 16:19:45 -06:00
Before switching to charts
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
import { useState } from "react";
|
||||
import PlayGround from "./screens/PlayGround/PlayGround";
|
||||
|
||||
function App() {
|
||||
const [count, setCount] = useState(0);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<PlayGround />
|
||||
</div>
|
||||
<div></div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user