We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9de59e + 32d526b commit 24b6d6cCopy full SHA for 24b6d6c
docs/documentation/docs/controls/DynamicForm.md
@@ -8,7 +8,7 @@ This control can dynamically generate SharePoint list or SharePoint document lib
8
- Import the following modules to your component:
9
10
```TypeScript
11
-import { DynamicForm } from "fx-controls-react/lib/DynamicForm";
+import { DynamicForm } from "@pnp/spfx-controls-react/lib/DynamicForm";
12
```
13
14
- Use the DynamicForm control in your code as follows:
0 commit comments