import React from 'react'; import FormStore from './form-store'; const FormStoreContext = React.createContext(undefined); export default FormStoreContext;