feat: job publish
This commit is contained in:
3
src/store/selector/job.ts
Normal file
3
src/store/selector/job.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { IState } from '@/types/store';
|
||||
|
||||
export const selectCreatedJob = (state: IState) => state.jobState;
|
Reference in New Issue
Block a user