mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-08 20:28:03 +00:00
8 lines
201 B
TypeScript
8 lines
201 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;
|