Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jan 21, 2025
1 parent 0ead287 commit 44bff7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/ConfirmSwap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { RewardsBreakdown } from "./RewardsBreakdown";
import { useFeatureFlag } from "@/hooks/useFeatureFlag";
import { TokenIcon } from "./TokenIcon";
import Gas from "@/assets/icons/gas.svg";
import { EVENTS, track } from "@/lib/analytics";

export const ConfirmSwap = () => {
const router = useRouter();
Expand Down

0 comments on commit 44bff7e

Please sign in to comment.