got rid of a bunch of old material-ui references and fixed a map import

This commit is contained in:
Carter 2025-03-17 16:28:29 -06:00
parent b7c2354b83
commit c84f6194fa
25 changed files with 614 additions and 68 deletions

View file

@ -10,10 +10,7 @@ import {
useTheme
} from "@mui/material";
import { Replay } from "@mui/icons-material";
// import Link, { LinkProps } from "@material-ui/core/Link";
// import { Skeleton } from "@mui/l";
import { useMobile } from "hooks";
// import { MatchParams } from "navigation/Routes";
import { ReactNode } from "react";
import { useLocation } from "react-router";
import { Link as RouterLink } from "react-router-dom";