Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Feb 7, 2024
1 parent 5681b73 commit be6bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Airdrop/Airdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { formatEther } from '@ethersproject/units';
import { openNotification, Spinner, Tag, Typography } from '@subql/components';
import { renderAsyncArray } from '@subql/react-hooks';
import { mergeAsync } from '@subql/react-hooks/dist/utils';
import { useMount, useRequest } from 'ahooks';
import { useMount } from 'ahooks';
import { Button, Table, TableProps } from 'antd';
import { BigNumber } from 'ethers';
import i18next from 'i18next';
Expand Down

0 comments on commit be6bb2b

Please sign in to comment.