Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Apr 16, 2024
1 parent 852b777 commit 799f208
Showing 1 changed file with 1 addition and 12 deletions.
@@ -1,17 +1,6 @@
// @flow
import React from 'react';
import {
Card,
CardContent,
Typography,
Icon,
Grid,
Alert,
styled,
Paper,
Box,
Stack,
} from '@mui/material';
import { Typography, styled, Box, Stack } from '@mui/material';
import { formatTimeSpan } from './helpers';

import { ReactComponent as WarningSvg } from '../../../../assets/images/alert.inline.svg';
Expand Down

0 comments on commit 799f208

Please sign in to comment.