Update MUI icon dependency

This commit is contained in:
2021-11-24 19:05:20 +00:00
parent 9911ca60c0
commit a15032f2a1
23 changed files with 296 additions and 201 deletions

View File

@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { TimelineRounded as TimelineRoundedIcon, HomeRounded as HomeRoundedIcon, QuestionAnswerRounded as QuestionAnswerRoundedIcon, PeopleRounded as PeopleRoundedIcon, SwapHorizRounded as SwapHorizRoundedIcon, DeleteRounded as DeleteRoundedIcon } from "@material-ui/icons";
import { TimelineRounded as TimelineRoundedIcon, HomeRounded as HomeRoundedIcon, QuestionAnswerRounded as QuestionAnswerRoundedIcon, PeopleRounded as PeopleRoundedIcon, SwapHorizRounded as SwapHorizRoundedIcon, DeleteRounded as DeleteRoundedIcon } from "@mui/icons-material";
import NavBar from "./NavBar";
import Button from "./Button";
import Footer from "./Footer";