Initial Commit Adjustments
This commit is contained in:
parent
d5524b7d55
commit
0ce2785b75
6 changed files with 75 additions and 50 deletions
|
@ -8,7 +8,7 @@ export default function Test() {
|
|||
state: jobState,
|
||||
dispatch: jobDispatch,
|
||||
jobUpdate,
|
||||
jobCreate
|
||||
jobCreate,
|
||||
} = useContext(JobContext);
|
||||
|
||||
function onLog(d) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue