Skip to content

Commit befa445

Browse files
committed
remove import WizardFormStep because is useless
1 parent c197e47 commit befa445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/AuthRBAC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ To learn more about the permissions format, please refer to the [`@react-admin/r
11931193
{% raw %}
11941194
```tsx
11951195
import { Edit, TextInput } from 'react-admin';
1196-
import { WizardForm, WizardFormStep } from '@react-admin/ra-enterprise';
1196+
import { WizardForm } from '@react-admin/ra-enterprise';
11971197

11981198
const authProvider = {
11991199
// ...

0 commit comments

Comments
 (0)