mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-31 21:45:51 +00:00
11 lines
229 B
TypeScript
11 lines
229 B
TypeScript
// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './detectPackage';
|
|
|
|
import { Identicon } from './bundle';
|
|
|
|
export * from './bundle';
|
|
|
|
export default Identicon;
|