sleeves to mui

This commit is contained in:
Olivier Gagnon
2021-09-26 20:55:38 -04:00
parent 3289f76cd0
commit 14e6dd0158
23 changed files with 658 additions and 630 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
{page === Page.Terminal ? (
<TerminalRoot terminal={terminal} router={Router} player={player} />
) : page === Page.Sleeves ? (
<SleeveRoot player={player} />
<SleeveRoot />
) : page === Page.Stats ? (
<CharacterStats />
) : page === Page.CreateScript ? (