mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-17 19:25:42 +00:00
Remove /index imports (swap to bare) (#92)
* Remove /index imports (swap to bare) * Bump api & common
This commit is contained in:
@@ -7,7 +7,7 @@ import { encodeAddress } from '@polkadot/keyring';
|
||||
import { isNull } from '@polkadot/util';
|
||||
import { randomAsU8a } from '@polkadot/util-crypto';
|
||||
|
||||
import identicon from './index';
|
||||
import identicon from '.';
|
||||
|
||||
const element = document.getElementById('demo');
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
import xmlserializer from 'xmlserializer';
|
||||
|
||||
import identicon from './index';
|
||||
import identicon from '.';
|
||||
|
||||
describe('identicon', () => {
|
||||
it('generates a basic [0,..,0] identicon', () => {
|
||||
|
||||
Reference in New Issue
Block a user