update lib storage

This commit is contained in:
Ren Amamiya
2023-06-10 08:01:13 +07:00
parent 61ab719a2f
commit 3f85ef6224
18 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
import { NoteBase } from "@app/note/components/base";
import { NoteQuoteRepost } from "@app/note/components/quoteRepost";
import { NoteSkeleton } from "@app/note/components/skeleton";
import { getNotes } from "@libs/storage";
import { useVirtualizer } from "@tanstack/react-virtual";
import { getNotes } from "@utils/storage";
import { useEffect, useMemo, useRef } from "react";
import useSWRInfinite from "swr/infinite";