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,5 +1,5 @@
import { createNote, getNoteByID } from "@libs/storage";
import { RelayContext } from "@shared/relayProvider";
import { createNote, getNoteByID } from "@utils/storage";
import { useContext } from "react";
import useSWR from "swr";