Skip to content

Commit d3d5535

Browse files
Updated import statement
Updated import statement as ComboBoxListItemPicker is exported through listItemPicker
1 parent 0ac78d9 commit d3d5535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ComboBoxListItemPicker.md

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

2020
```TypeScript
21-
import { ComboBoxListItemPicker } from '@pnp/spfx-controls-react/lib/ComboBoxListItemPicker';
21+
import { ComboBoxListItemPicker } from '@pnp/spfx-controls-react/lib/listItemPicker';
2222
```
2323
- Use the `ComboBoxListItemPicker` control in your code as follows:
2424

0 commit comments

Comments
 (0)