fix: img path error

This commit is contained in:
MystiPanda
2024-03-09 22:43:53 +08:00
parent ed421445e9
commit 025c8856ed
2 changed files with 14 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ import {
Avatar,
} from "@mui/material";
import { useMatch, useResolvedPath, useNavigate } from "react-router-dom";
import type { LinkProps } from "react-router-dom";
interface Props {
to: string;