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:
parent
a3a1bbe8de
commit
43e7506ed5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue