Downgrade MUI icons

This commit is contained in:
2021-11-25 09:20:24 +00:00
parent 94e4bd9d43
commit a0c7530b3b
22 changed files with 25 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { ArrowDropDownRounded as ArrowDropDownRoundedIcon, GroupRounded as GroupRoundedIcon, HomeRounded as HomeRoundedIcon } from "@mui/icons-material";
import { ArrowDropDownRounded as ArrowDropDownRoundedIcon, GroupRounded as GroupRoundedIcon, HomeRounded as HomeRoundedIcon } from "@material-ui/icons";
import { withRouter } from 'react-router-dom';
import Select from "react-select";
import NavBar from "./NavBar";