Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Nov 28, 2024
1 parent cbbcfe2 commit a5fbbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FeeComparison/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Big from 'big.js';
import { useMemo } from 'preact/hooks';
import { useEffect, useRef, useState } from 'preact/compat';
import { useEffect, useRef } from 'preact/compat';
import { useQuery } from '@tanstack/react-query';
import { ChevronDownIcon } from '@heroicons/react/20/solid';
import { Skeleton } from '../Skeleton';
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/events.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createContext } from 'preact';
import { PropsWithChildren, useCallback, useContext, useEffect, useRef, useState } from 'preact/compat';
import { PropsWithChildren, useCallback, useContext, useEffect, useRef } from 'preact/compat';
import Big from 'big.js';
import * as Sentry from '@sentry/react';
import { useAccount } from 'wagmi';
Expand Down

0 comments on commit a5fbbce

Please sign in to comment.