mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
chore: apply eslint import sorting fixes
Automatic import ordering changes from linter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
// Override react-copy-to-clipboard types for React 18 compatibility
|
||||
declare module 'react-copy-to-clipboard' {
|
||||
import type { ReactNode, ReactElement } from 'react';
|
||||
import type { ReactElement, ReactNode } from 'react';
|
||||
|
||||
interface Options {
|
||||
debug?: boolean;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Override react-copy-to-clipboard types for React 18 compatibility
|
||||
declare module 'react-copy-to-clipboard' {
|
||||
import type { ReactNode, ReactElement } from 'react';
|
||||
import type { ReactElement, ReactNode } from 'react';
|
||||
|
||||
interface Options {
|
||||
debug?: boolean;
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
|
||||
import '@pezkuwi/api-augment';
|
||||
|
||||
// Custom IconTheme type that includes pezkuwi project themes
|
||||
export type PezkuwiIconTheme = 'beachball' | 'bizinikiwi' | 'empty' | 'ethereum' | 'jdenticon' | 'pezkuwi' | 'polkadot' | 'substrate';
|
||||
|
||||
import type { IconName } from '@fortawesome/fontawesome-svg-core';
|
||||
import type React from 'react';
|
||||
import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
|
||||
@@ -14,6 +11,9 @@ import type { Registrar } from '@pezkuwi/react-hooks/types';
|
||||
import type { AccountId, AccountIndex, Address, Index } from '@pezkuwi/types/interfaces';
|
||||
import type { ActionStatus, TxCallback, TxFailedCallback } from './Status/types.js';
|
||||
|
||||
// Custom IconTheme type that includes pezkuwi project themes
|
||||
export type PezkuwiIconTheme = 'beachball' | 'bizinikiwi' | 'empty' | 'ethereum' | 'jdenticon' | 'pezkuwi' | 'polkadot' | 'substrate';
|
||||
|
||||
export interface BareProps {
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
|
||||
@@ -9,7 +9,7 @@ import type { SubmittableExtrinsic } from '@pezkuwi/api/types';
|
||||
import type { DeriveAccountFlags, DeriveAccountRegistration } from '@pezkuwi/api-derive/types';
|
||||
import type { Option, u32, u128, Vec } from '@pezkuwi/types';
|
||||
import type { AccountId, BlockNumber, Call, Hash, SessionIndex, ValidatorPrefs } from '@pezkuwi/types/interfaces';
|
||||
import type { PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletPreimageRequestStatus, PezpalletStakingRewardDestination, PezpalletStakingStakingLedger, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezspStakingExposurePage, PezspStakingPagedExposureMetadata } from '@pezkuwi/types/lookup';
|
||||
import type { PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletPreimageRequestStatus, PezpalletStakingRewardDestination, PezpalletStakingStakingLedger, PezspStakingExposurePage, PezspStakingPagedExposureMetadata } from '@pezkuwi/types/lookup';
|
||||
import type { ICompact, IExtrinsic, INumber } from '@pezkuwi/types/types';
|
||||
import type { KeyringJson$Meta } from '@pezkuwi/ui-keyring/types';
|
||||
import type { BN } from '@pezkuwi/util';
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ApiPromise } from '@pezkuwi/api';
|
||||
import type { StorageKey, u32 } from '@pezkuwi/types';
|
||||
import type { PezpalletBrokerCoretimeInterfaceCoreAssignment, PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState } from '@pezkuwi/types/lookup';
|
||||
import type { PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState, PezpalletBrokerCoretimeInterfaceCoreAssignment } from '@pezkuwi/types/lookup';
|
||||
import type { CoreDescriptor } from './types.js';
|
||||
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user