UNPKG

magen

Version:

Magen, generate react apps with module architecture

8 lines (5 loc) 185 B
import { use{{sectionName}}Form } from "./use{{sectionName}}Form"; export const {{sectionName}}Form = () => { const { formik } = use{{sectionName}}Form(); return null; };