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,4 +1,4 @@
import { createChat, getChatMessages, getChatsByPubkey } from "@utils/storage";
import { createChat, getChatMessages, getChatsByPubkey } from "@libs/storage";
import { create } from "zustand";
import { immer } from "zustand/middleware/immer";