fix: img path error

This commit is contained in:
MystiPanda
2024-03-09 22:43:53 +08:00
parent b3bbacf2ef
commit 5b5db7b860
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;