Refactored some of the job detail form to use context. Created claims component.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import React from "react";
|
||||
const JobDetailFormContext = React.createContext(null);
|
||||
export default JobDetailFormContext;
|
||||
Reference in New Issue
Block a user