mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 19:11:01 +00:00
jdenticon imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { Props } from '../types';
|
||||
|
||||
import jdenticon from 'jdenticon';
|
||||
import * as jdenticon from 'jdenticon';
|
||||
import React from 'react';
|
||||
|
||||
function Identicon ({ className = '', publicKey, size, style }: Props): React.ReactElement<Props> {
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"@polkadot/ledger": "^0.64.2-0",
|
||||
"@polkadot/ui-settings": "0.64.2-0",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/x-rxjs": "^3.1.1",
|
||||
"@polkadot/x-rxjs": "^3.1.2-2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^3.1.1",
|
||||
"@polkadot/types": "^3.1.2-2",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
"@types/store": "^2.0.2"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2020 @polkadot/vue-identicon authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import jdenticon from 'jdenticon';
|
||||
import * as jdenticon from 'jdenticon';
|
||||
import Vue from 'vue';
|
||||
|
||||
interface Data {
|
||||
|
||||
Reference in New Issue
Block a user