mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 16:53:16 +00:00
Add import React on LinearDeterminate
This commit is contained in:
@ -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';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user