mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 12:11:04 +00:00
Remove /index imports (swap to bare) (#92)
* Remove /index imports (swap to bare) * Bump api & common
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import IdentityIcon from '@polkadot/ui-identicon/index';
|
||||
import IdentityIcon from '@polkadot/ui-identicon';
|
||||
|
||||
type Props = {
|
||||
address: string,
|
||||
|
||||
Reference in New Issue
Block a user