chore: fix imports

This commit is contained in:
Steven
2024-05-28 09:10:08 +08:00
parent 98bd4568e7
commit 60b5b4815d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { Button } from "@mui/joy";
import clsx from "clsx";
import { useEffect, useState } from "react";
import { useLocalStorage } from "react-use";
import useLocalStorage from "react-use/lib/useLocalStorage";
import Empty from "@/components/Empty";
import { HomeSidebar, HomeSidebarDrawer } from "@/components/HomeSidebar";
import Icon from "@/components/Icon";

View File

@ -2,7 +2,7 @@ import { Button, IconButton } from "@mui/joy";
import clsx from "clsx";
import dayjs from "dayjs";
import { useEffect, useState } from "react";
import { useLocalStorage } from "react-use";
import useLocalStorage from "react-use/lib/useLocalStorage";
import ActivityCalendar from "@/components/ActivityCalendar";
import Empty from "@/components/Empty";
import Icon from "@/components/Icon";