Skip to content

Commit

Permalink
fix(import): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Oct 3, 2023
1 parent 29782ef commit ae24fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Jars.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {

import { JarCard } from "../components/JarCard";
import { StyledRouterLink } from "../components/Layout";
import { useIndexer } from "../hooks/useIndexer";
import { useLiveQuery } from "dexie-react-hooks";
import { db } from "../utils/indexer";
import { useDHConnect } from "@daohaus/connect";
Expand Down

0 comments on commit ae24fb1

Please sign in to comment.