1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-03-02 08:13:03 +08:00

chore: fix react-uses import

This commit is contained in:
Steven 2023-12-19 08:45:47 +08:00
parent a3a1bbe8de
commit 43e7506ed5

View file

@ -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";