Skip to content

Commit

Permalink
fix: removes unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Aug 21, 2022
1 parent 4ee0825 commit b37de35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hooks/useNav.ts
@@ -1,6 +1,5 @@
import { useRouter } from "next/router";
import {useRepositoriesList} from "lib/hooks/useRepositoriesList";
import humanizeNumber from "../utils/humanizeNumber";

const useNav = () => {
const router = useRouter();
Expand Down

0 comments on commit b37de35

Please sign in to comment.