Skip to content

Commit fc7b0a3

Browse files
committed
Fix lint
1 parent 425234e commit fc7b0a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/leverage/components/trading-view-chart.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import { Button } from '@headlessui/react'
2+
import { useAppKit } from '@reown/appkit/react'
3+
14
import TradingViewWidget from '@/app/leverage/components/trading-view-widget'
25
import { Token } from '@/constants/tokens'
36
import { useWallet } from '@/lib/hooks/use-wallet'
4-
import { Button } from '@headlessui/react'
5-
import { useAppKit } from '@reown/appkit/react'
67

78
type Props = {
89
indexToken: Token

0 commit comments

Comments
 (0)