Restructure Repo as Monorepo and re-export react-hook-form API
Due to context issues this release got refactored to a monorepo and the NextJS and Storybook examples are now using the compiled version of the library.
Beside that the API of react-hook-form
is getting re-exported so the context of useWatch
can be defined inside of NextJS.
https://github.com/dohomi/react-hook-form-mui/blob/master/apps/nextjs/src/pages/withSub.tsx#L5
Fixes #89