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

landing-page-layout
MiguelMLorente 2024-12-05 10:46:38 +01:00
parent 10269ec448
commit 8a4593b542
1 changed files with 0 additions and 1 deletions

View File

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