Create working PoC of frontend app
This commit is contained in:
@@ -40,6 +40,13 @@ export default function LoadFilePage() {
|
||||
...data
|
||||
}
|
||||
});
|
||||
|
||||
dispatch({
|
||||
type: 'MOVE_STEP',
|
||||
payload: {
|
||||
offset: 1
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user