diff --git a/client/mobile/pages_messages.tsx b/client/mobile/pages_messages.tsx index eab6d12..b4b711f 100644 --- a/client/mobile/pages_messages.tsx +++ b/client/mobile/pages_messages.tsx @@ -3,6 +3,7 @@ import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query'; import dayjs from 'dayjs'; import 'dayjs/locale/zh-cn'; import { BellIcon } from '@heroicons/react/24/outline'; +import { MessageStatus } from '../share/types.ts'; // 添加通知页面组件 @@ -79,13 +80,15 @@ export const NotificationsPage = () => {