diff --git a/src/components/form/form-subscribe.tsx b/src/components/form/form-subscribe.tsx index ee17313f51..7f8bedf976 100644 --- a/src/components/form/form-subscribe.tsx +++ b/src/components/form/form-subscribe.tsx @@ -1,7 +1,7 @@ import React from 'react' -import { FormInstance } from 'rc-field-form' -import { Form } from 'antd-mobile' -import { NamePath } from 'rc-field-form/es/interface' +import type { FormInstance } from 'rc-field-form' +import type { NamePath } from 'rc-field-form/es/interface' +import Form from '.' type RenderChildren = ( changedValues: Record,