Initial Commit Adjustments

This commit is contained in:
Dunemask 2022-05-05 13:04:36 +00:00
parent d5524b7d55
commit 0ce2785b75
6 changed files with 75 additions and 50 deletions

View file

@ -8,7 +8,7 @@ export default function Test() {
state: jobState,
dispatch: jobDispatch,
jobUpdate,
jobCreate
jobCreate,
} = useContext(JobContext);
function onLog(d) {