Skip to content

Commit

Permalink
remove unused imports and varibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 4, 2024
1 parent 34702c8 commit 90ed536
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/dashboard-for-dapps/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import ascii85 from "ascii85";
import { matchSorter } from "match-sorter";
import { useMemo, useRef, useState } from "react";
import nacl from "tweetnacl";
import { useAccount } from "wagmi";

import GrantsPagination from "@/components/grants-pagination";
import { useIdOS } from "@/idOS.provider";
Expand All @@ -69,9 +68,6 @@ function transformBase85Image(src: string) {
}

const useFetchGrants = (page: number) => {
const idOS = useIdOS();
const { address } = useAccount();

return useQuery({
queryKey: ["grants", page],
queryFn: () => mockFetchAccessGrants(page, 5),
Expand Down

0 comments on commit 90ed536

Please sign in to comment.