@grasp-labs/ds-microfrontends-integration 0.25.1 → 0.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ Components for managing secrets with JSON Schema-based forms.
|
|
|
18
18
|
|
|
19
19
|
```tsx
|
|
20
20
|
import {
|
|
21
|
-
VaultProvider,
|
|
22
21
|
VaultInput,
|
|
22
|
+
VaultProvider,
|
|
23
23
|
VaultSecretDialog,
|
|
24
24
|
} from "@grasp-labs/ds-microfrontends-integration";
|
|
25
25
|
import "@grasp-labs/ds-microfrontends-integration/styles.css";
|