Skip to content

Commit

Permalink
docs(api): fix form text box docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 17, 2019
1 parent 228a351 commit 69b3c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/FormTextBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { FormTextBox } from '@uform/next(antd)'
```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import { SchemaForm, Field, FormCard, FormItemGrid } from '@uform/next(antd)'
import { SchemaForm, Field, FormCard, FormTextBox } from '@uform/next(antd)'

ReactDOM.render(
<SchemaForm>
Expand Down

0 comments on commit 69b3c5a

Please sign in to comment.