mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-08 20:37:23 +00:00
Rebrand: polkadot → pezkuwi build fixes
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { DropzoneRef } from 'react-dropzone';
|
||||
@@ -6,7 +6,7 @@ import type { DropzoneRef } from 'react-dropzone';
|
||||
import React, { createRef, useCallback, useState } from 'react';
|
||||
import { useDropzone } from 'react-dropzone';
|
||||
|
||||
import { formatNumber, hexToU8a, isHex, u8aToString } from '@polkadot/util';
|
||||
import { formatNumber, hexToU8a, isHex, u8aToString } from '@pezkuwi/util';
|
||||
|
||||
import Labelled from './Labelled.js';
|
||||
import { styled } from './styled.js';
|
||||
|
||||
Reference in New Issue
Block a user