Skip to content

Commit

Permalink
fix: (Form) wrong import code
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Feb 23, 2022
1 parent fa20f49 commit f5af6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/form/form-subscribe.tsx
Original file line number Diff line number Diff line change
@@ -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<Values = any> = (
changedValues: Record<string, any>,
Expand Down

1 comment on commit f5af6f1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.