We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e05ba commit 3f52e98Copy full SHA for 3f52e98
1 file changed
README.md
@@ -27,7 +27,6 @@ import {
27
CSPR,
28
BodyText,
29
FlexColumn,
30
- AccountInfo,
31
PrecisionCase
32
} from '@make-software/cspr-design';
33
@@ -38,10 +37,6 @@ const MyApp = () => (
38
37
motes="50000000000000"
39
precisionCase={PrecisionCase.full}
40
/>
41
- <AccountInfo
42
- accountHash="200826c53eb84181e749681bc276f1d3a3f7e6dd76c5f260b77bb54a2b4590a9"
43
- balance="1500000000"
44
- />
45
</FlexColumn>
46
);
47
```
0 commit comments