Skip to content

Commit

Permalink
docs(README): add missing import to example
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylo21 committed Jun 3, 2020
1 parent 4b63010 commit a5e67a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ It also supports autocomplete by using default `autoComplete` method and some ut
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import get from 'lodash/get';
import {
autoComplete,
CommandResponse,
Expand Down

0 comments on commit a5e67a4

Please sign in to comment.