This commit is contained in:
MuhammadKhalilzadeh
2024-05-09 13:40:10 +03:30
parent 188768c259
commit a3201fc42f

View File

@@ -3,9 +3,7 @@ import PlayGroundTooltips from "./screens/PlayGround/PlayGround-Tooltips";
function App() {
return (
<>
<div>
<PlayGroundTooltips />
</div>
<div></div>
</>
);
}