mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: user v1 store (#2047)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { useEffect, useState } from "react";
|
||||
import { useMemoCacheStore } from "@/store/zustand";
|
||||
import { useMemoCacheStore } from "@/store/v1";
|
||||
import Icon from "../Icon";
|
||||
|
||||
interface Props {
|
||||
|
Reference in New Issue
Block a user