Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Dec 1, 2024
1 parent 502b791 commit 64b3cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { StakingInputs } from '../../../type';
import type { ChangesProps } from '.';

import { Divider, Grid, Typography } from '@mui/material';
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import React, { useCallback, useEffect, useState } from 'react';

import SelectProxyModal2 from '@polkadot/extension-polkagate/src/fullscreen/governance/components/SelectProxyModal2';
import { PROXY_TYPE } from '@polkadot/extension-polkagate/src/util/constants';
Expand Down

0 comments on commit 64b3cd6

Please sign in to comment.