Add import React on LinearDeterminate

This commit is contained in:
Reckless_Satoshi 2022-05-16 01:34:03 -07:00
parent 73baacb137
commit 523d899482
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -1,4 +1,4 @@
import { useState, useEffect } from "react"; import React, { useState, useEffect } from "react";
import { Box, LinearProgress } from "@mui/material" import { Box, LinearProgress } from "@mui/material"
import { calcTimeDelta } from 'react-countdown'; import { calcTimeDelta } from 'react-countdown';