@resulticks/trustsignal-wa-hsm 0.7.0 → 0.9.0

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 CHANGED
@@ -22,8 +22,8 @@ The components can be toggled using React state without requiring any routing li
22
22
 
23
23
  ```tsx
24
24
  import { useState } from "react";
25
- import { TrustSignalProvider, Dashboard, CreateTemplate } from "@resulticks/trustsignal";
26
- import "@resulticks/trustsignal/style.css";
25
+ import { TrustSignalProvider, Dashboard, CreateTemplate } from "@resulticks/trustsignal-wa-hsm";
26
+ import "@resulticks/trustsignal-wa-hsm/style.css";
27
27
 
28
28
  type View = 'dashboard' | 'create' | 'edit';
29
29