mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-06 22:07:33 +00:00
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './packageDetect.js';
|
|
|
|
import { Identicon } from './bundle.js';
|
|
|
|
export * from './bundle.js';
|
|
|
|
export default Identicon;
|