mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-19 00:41:06 +00:00
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
|
|
|
|
export default [sharedInfo];
|