Don't import store via index (#159)

* Don't import store via index

* CHANGELOG update
This commit is contained in:
Jaco Greeff
2019-07-17 08:16:48 +02:00
committed by GitHub
parent 0a1912f617
commit 62450ba86a
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
import { assertSingletonPackage } from '@polkadot/util';
import keyring, { Keyring } from './Keyring';
export * from './stores';
assertSingletonPackage('@polkadot/ui-keyring');