mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 11:28:00 +00:00
8 lines
314 B
TypeScript
8 lines
314 B
TypeScript
// Copyright 2017-2022 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo';
|
|
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
|
|
|
|
export default [settingsInfo, sharedInfo];
|