mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 12:38:05 +00:00
caa0ceea23
* 2025 * update License
14 lines
538 B
TypeScript
14 lines
538 B
TypeScript
// Copyright 2017-2025 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Do not edit, auto-generated by @polkadot/dev
|
|
// (packageInfo imports will be kept as-is, user-editable)
|
|
|
|
import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo';
|
|
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
|
|
import { detectPackage } from '@polkadot/util';
|
|
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, [settingsInfo, sharedInfo]);
|