Skip to content

Commit 3da474a

Browse files
committed
fix lint
1 parent fd4d93c commit 3da474a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/app/prt-staking/components/prt-section/select-safe-modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Dialog, DialogBackdrop, DialogPanel } from '@headlessui/react'
2-
32
import { Dispatch, SetStateAction } from 'react'
43

54
import { shortenAddress } from '@/lib/utils'

src/components/swap/components/select-token-modal.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
import {
2+
Dialog,
3+
DialogBackdrop,
4+
DialogPanel,
5+
DialogTitle,
6+
} from '@headlessui/react'
17
import clsx from 'clsx'
28
import Image from 'next/image'
39
import { useMemo } from 'react'
@@ -8,12 +14,6 @@ import { useBalances } from '@/lib/hooks/use-balance'
814
import { useNetwork } from '@/lib/hooks/use-network'
915
import { formatAmountFromWei, isSameAddress } from '@/lib/utils'
1016
import { getAddressForToken } from '@/lib/utils/tokens'
11-
import {
12-
Dialog,
13-
DialogBackdrop,
14-
DialogPanel,
15-
DialogTitle,
16-
} from '@headlessui/react'
1717

1818
type SelectTokenModalProps = {
1919
address?: string

0 commit comments

Comments
 (0)