mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 11:28:00 +00:00
8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
// Copyright 2017-2022 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export * from './icons';
|
|
|
|
export { Identicon } from './Identicon';
|
|
export { packageInfo } from './packageInfo';
|