fix: 修复ts问题

This commit is contained in:
2025-07-27 01:05:01 -07:00
parent f534c101dd
commit 191cb7fc69
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import { useRef } from 'react';
import { UserNav } from '../user-nav';
import ImageLogo from './image.png';
export default function Header(props) {
export default function Header() {
const t = useTranslations('common');
const { user } = useGlobalStore();