Skip to content

Commit

Permalink
chore: fix react-uses import
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Dec 19, 2023
1 parent a3a1bbe commit 43e7506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/MobileHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from "classnames";
import { useState } from "react";
import { useWindowScroll } from "react-use";
import useWindowScroll from "react-use/lib/useWindowScroll";
import useResponsiveWidth from "@/hooks/useResponsiveWidth";
import NavigationDrawer from "./NavigationDrawer";

Expand Down

0 comments on commit 43e7506

Please sign in to comment.