Added apr1

This commit is contained in:
Olivier Gagnon
2022-03-31 12:04:06 -04:00
parent d04e05eac8
commit 384cfb0044
3 changed files with 79 additions and 2 deletions
+2
View File
@@ -86,6 +86,7 @@ import { BypassWrapper } from "./React/BypassWrapper";
import _wrap from "lodash/wrap";
import _functions from "lodash/functions";
import { Apr1 } from "./Apr1";
const htmlLocation = location;
@@ -552,6 +553,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
<Snackbar />
</>
)}
<Apr1 />
</SnackbarProvider>
</BypassWrapper>
</ErrorBoundary>