Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Nov 28, 2024
1 parent 0b5b0d5 commit 4290207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CreateOrder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useAccount, useOrderEntry, useSymbolsInfo, useWithdraw } from '@orderly
import { AlgoOrderRootType, OrderlyOrder, OrderSide, OrderType } from '@orderly.network/types';
import { Separator } from '@radix-ui/themes';
import { useNotifications } from '@web3-onboard/react';
import { FC, useCallback, useEffect, useState } from 'react';
import { FC, useCallback, useState } from 'react';
import { match } from 'ts-pattern';

import { ConnectWalletButton, Spinner, TokenInput } from '.';
Expand Down

0 comments on commit 4290207

Please sign in to comment.