Refactored some of the job detail form to use context. Created claims component.

This commit is contained in:
Patrick Fic
2020-01-27 18:18:55 -08:00
parent b5e9c65aee
commit 265bc7d486
9 changed files with 169 additions and 81 deletions

View File

@@ -0,0 +1,3 @@
import React from "react";
const JobDetailFormContext = React.createContext(null);
export default JobDetailFormContext;