We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425234e commit fc7b0a3Copy full SHA for fc7b0a3
src/app/leverage/components/trading-view-chart.tsx
@@ -1,8 +1,9 @@
1
+import { Button } from '@headlessui/react'
2
+import { useAppKit } from '@reown/appkit/react'
3
+
4
import TradingViewWidget from '@/app/leverage/components/trading-view-widget'
5
import { Token } from '@/constants/tokens'
6
import { useWallet } from '@/lib/hooks/use-wallet'
-import { Button } from '@headlessui/react'
-import { useAppKit } from '@reown/appkit/react'
7
8
type Props = {
9
indexToken: Token
0 commit comments