Added timeout processing

This commit is contained in:
2020-11-21 19:18:29 +01:00
parent 73157520ab
commit 04c27560ea
5 changed files with 126 additions and 82 deletions

View File

@ -1,4 +1,4 @@
import { Box, Grid, IconButton, Paper, Typography } from '@material-ui/core';
import { Grid, IconButton, Paper, Typography } from '@material-ui/core';
import { blueGrey } from '@material-ui/core/colors';
import { AddBox, Refresh } from '@material-ui/icons/';
import { withStyles } from '@material-ui/styles';