mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 13:47:56 +00:00
0e0de28da4
* Use .js in src imports * Bump dev
12 lines
346 B
TypeScript
12 lines
346 B
TypeScript
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Do not edit, auto-generated by @polkadot/dev
|
|
|
|
import { detectPackage } from '@polkadot/util';
|
|
|
|
import others from './detectOther.js';
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, others);
|