Clean up code

This commit is contained in:
nickofolas
2022-04-24 18:51:30 -05:00
parent ae8b6d088e
commit d0c48585bc
15 changed files with 77 additions and 87 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import React, { useState, useEffect } from "react";
import withStyles from "@mui/styles/withStyles";
import { LinearProgress, Paper } from "@mui/material";
import { Theme } from "@mui/material/styles";
import { Paper, LinearProgress } from "@mui/material";
import { use } from "../../ui/Context";
import withStyles from "@mui/styles/withStyles";
import React, { useEffect, useState } from "react";
import { AugmentationNames } from "../../Augmentation/data/AugmentationNames";
import { use } from "../../ui/Context";
const TimerProgress = withStyles((theme: Theme) => ({
root: {