Create working PoC of frontend app

This commit is contained in:
2025-05-09 14:32:05 +02:00
parent 149d8f01b7
commit 192f21c3a6
17 changed files with 482 additions and 37 deletions

View File

@@ -40,6 +40,13 @@ export default function LoadFilePage() {
...data
}
});
dispatch({
type: 'MOVE_STEP',
payload: {
offset: 1
}
});
}, []);
return (