refactor: user v1 store (#2047)

This commit is contained in:
boojack
2023-07-29 18:57:09 +08:00
committed by GitHub
parent f5793c142c
commit a6a1898c41
17 changed files with 97 additions and 46 deletions

View File

@ -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 {