mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-23 00:18:02 +00:00
11 lines
231 B
TypeScript
11 lines
231 B
TypeScript
// Copyright 2017-2022 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './detectPackage';
|
|
|
|
import { Identicon } from './bundle';
|
|
|
|
export * from './bundle';
|
|
|
|
export default Identicon;
|