feat: no longer export by default Form component
BREAKING CHANGE: you must use `import { Form } from 'react-component-form'`
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import * as React from 'react'
|
||||
import * as ReactDOM from 'react-dom'
|
||||
import Form, { HandleForm } from '../.'
|
||||
import { Form, HandleForm } from '../.'
|
||||
|
||||
import './index.css'
|
||||
import GitHubLogo from 'url:./github.jpg'
|
||||
|
Reference in New Issue
Block a user