import { Box, Button, CssBaseline, Grid, Typography } from "@mui/material" import { ThemeProvider } from "@mui/material/styles" import { theme } from ".." import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline' import { useNavigate } from "react-router-dom" export const PageNotFound = () => { const navigate = useNavigate() return Oops! Page not found! 您要访问的页面不存在!请确认您是不是瞎几把输入了个URL然后就访问。如果不是那就是出bug了,带上你访问的URL截图发给 Lama
也解决不了
}