mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-11 17:35:49 +00:00
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
// Copyright 2017-2020 @polkadot/vue-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { Identicon } from './Identicon';
|
|
|
|
export default Identicon;
|