import { withInstall } from '../utils'; import _Form from './Form'; const Form = withInstall(_Form); export default Form; export { Form };