mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
// Copyright 2017-2020 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import Identicon from './Identicon';
|
|
|
|
export * from './icons';
|
|
|
|
export default Identicon;
|