Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 26, 2024
1 parent d665393 commit b8e57d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback, useRef } from "react"
import React, { useCallback } from "react"
import {
useActionFlowPause,
useActionFlowTokenAmount,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback, useRef, useState } from "react"
import React, { useCallback, useState } from "react"
import {
useActionFlowPause,
useActionFlowTokenAmount,
Expand Down

0 comments on commit b8e57d9

Please sign in to comment.