mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 14:57:56 +00:00
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
|
|
|
|
export default [sharedInfo];
|