fix: 修复ts问题
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user