chore: update function name

This commit is contained in:
Steven
2023-11-05 23:28:09 +08:00
parent e60e47f76f
commit 39a0e69b04
22 changed files with 42 additions and 51 deletions

View File

@ -3,7 +3,7 @@ import Empty from "@/components/Empty";
import Icon from "@/components/Icon";
import MemoCommentMessage from "@/components/Inbox/MemoCommentMessage";
import MobileHeader from "@/components/MobileHeader";
import useInboxStore from "@/store/v1/inbox";
import { useInboxStore } from "@/store/v1";
import { Inbox_Type } from "@/types/proto/api/v2/inbox_service";
import { useTranslate } from "@/utils/i18n";