Skip to content

Commit 3962e82

Browse files
authored
Merge pull request #221 from AJIXuMuK/list-item-picker-doc
module import code had an error - /lib was missing
2 parents 07a216b + 16c72fc commit 3962e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here is an example of the control:
1616
- Import the control into your component:
1717

1818
```TypeScript
19-
import { ListItemPicker } from '@pnp/spfx-controls-react/listItemPicker';
19+
import { ListItemPicker } from '@pnp/spfx-controls-react/lib/listItemPicker';
2020
```
2121
- Use the `ListItemPicker` control in your code as follows:
2222

0 commit comments

Comments
 (0)