Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Dec 5, 2024
1 parent 3f796e7 commit 943d5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React, { useCallback, useRef } from "react"
import { ONE_SEC_IN_MILLISECONDS, queryKeysFactory } from "#/constants"
import {
useActionFlowPause,
Expand All @@ -16,7 +17,6 @@ import { PROCESS_STATUSES } from "#/types"
import { eip1193, logPromiseFailure } from "#/utils"
import { useTimeout } from "@chakra-ui/react"
import { useMutation } from "@tanstack/react-query"
import { useCallback, useRef } from "react"
import WalletInteractionModal from "../WalletInteractionModal"

const { userKeys } = queryKeysFactory
Expand Down

0 comments on commit 943d5da

Please sign in to comment.