File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ import {
31
31
useMutation ,
32
32
useQuery ,
33
33
} from "react-query" ;
34
- import { useAddress } from "src/shared/useAddress" ;
35
- import { useConnectors } from "src/shared/useConnectors" ;
36
- import { useSDKWithSigner } from "src/shared/useSdkWithSigner" ;
37
34
import { Provider , useNetwork } from "wagmi" ;
38
35
import { ConnectWalletButton } from "../shared/connect-wallet-button" ;
39
36
import { Footer } from "../shared/footer" ;
@@ -42,6 +39,9 @@ import { DropSvg } from "../shared/svg/drop";
42
39
import chakraTheme from "../shared/theme" ;
43
40
import { fontsizeCss } from "../shared/theme/typography" ;
44
41
import { useFormatedValue } from "../shared/tokenHooks" ;
42
+ import { useAddress } from "../shared/useAddress" ;
43
+ import { useConnectors } from "../shared/useConnectors" ;
44
+ import { useSDKWithSigner } from "../shared/useSdkWithSigner" ;
45
45
46
46
interface DropWidgetProps {
47
47
startingTab ?: "claim" | "inventory" ;
You can’t perform that action at this time.
0 commit comments