UNPKG

@aamodtgroup/frontity-gravity-forms

Version:

Gravity Forms extension for Frontity theme.

7 lines (4 loc) 184 B
import React from "react"; // Context is used so that we can pass the form id to different components. const FormIdContext = React.createContext(null); export default FormIdContext;