Skip to content

Commit 484cf8a

Browse files
authored
Update ListItemAttachments.md
fix import path
1 parent 8c4c2e4 commit 484cf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ListItemAttachments.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 { ListItemAttachments } from '@pnp/spfx-controls-react/listItemAttachments';
21+
import { ListItemAttachments } from '@pnp/spfx-controls-react/lib/ListItemAttachments';
2222
```
2323
- Use the `ListItemAttachments` control in your code as follows:
2424

0 commit comments

Comments
 (0)