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

@ -1,6 +1,4 @@
import { Chip, Theme, Tooltip } from "@mui/material";
// import { Theme } from "@material-ui/core/styles/createMuiTheme";
// import withStyles, { WithStyles } from "@material-ui/core/styles/withStyles";
import React from "react";
import { getFirmwareVersionHelper } from "pbHelpers/FirmwareVersion";
import { withStyles, WithStyles } from "@mui/styles";