This commit is contained in:
Olivier Gagnon
2022-07-11 15:58:23 -04:00
parent 606f1bf6c4
commit e86a42716c
10 changed files with 5 additions and 17 deletions
+1
View File
@@ -39,6 +39,7 @@ export function SaveFile(): React.ReactElement {
function doRestore(): void {
const save = JSON.parse(saveFile);
// TODO: Continue here.
console.error(save);
}
return (