Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Dec 7, 2023
1 parent 5985f10 commit 12a0d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/fee-list/FeeList.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, { FC, useCallback, useEffect, useState } from "react";
import { useSelector } from "react-redux";
import Link from "../../components/atoms/links/Link";
import { useGetFeesV2 } from "../../core/fbs/fbs";
import { FeeV2 } from "../../core/fbs/model";
import { ModalIdsProps, useModalButtonHandler } from "../../core/utils/modal";
import { useModalButtonHandler } from "../../core/utils/modal";
import { useText } from "../../core/utils/text";
import { useUrls } from "../../core/utils/url";
import List from "./list";
Expand Down

0 comments on commit 12a0d7c

Please sign in to comment.