Skip to content

Commit 32d526b

Browse files
authored
fx-controls-react/lib/DynamicForm to @pnp/spfx-controls-react/lib/DynamicForm
changed fx-controls-react/lib/DynamicForm to @pnp/spfx-controls-react/lib/DynamicForm
1 parent 66f0362 commit 32d526b

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)