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