Skip to content

Commit 24b6d6c

Browse files
authored
Merge pull request #989 from kmrshubham0/patch-1
fx-controls-react/lib/DynamicForm to @pnp/spfx-controls-react/lib/Dyn…
2 parents b9de59e + 32d526b commit 24b6d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/DynamicForm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This control can dynamically generate SharePoint list or SharePoint document lib
88
- Import the following modules to your component:
99

1010
```TypeScript
11-
import { DynamicForm } from "fx-controls-react/lib/DynamicForm";
11+
import { DynamicForm } from "@pnp/spfx-controls-react/lib/DynamicForm";
1212
```
1313

1414
- Use the DynamicForm control in your code as follows:

0 commit comments

Comments
 (0)