Fix commit and reset actions crossing pointers by creating an action stack (will be used to send data to backend)

game-page
MiguelMLorente 2024-12-05 10:46:38 +01:00
parent a6e303a3d8
commit c99154b3a5
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ const App = (props: AppProps) => {
}, [renderedPage]);
setupNextPageTransition();
return (
<div className="app">
{renderedPage === "LANDING" && <LandingPage {...props} />}