Skip to content

Commit

Permalink
Address Sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Sep 27, 2024
1 parent 75c5be4 commit bf9b49b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React, { Suspense } from 'react';
import { Grid, Skeleton, Paper, ThemeProvider, Box } from '@mui/material';
import { Widget } from 'models/widget';
import { TimelineWidget, TimelineEvent as TimelineEventType } from 'models/timelineWidget';
import { TimelineWidget, TimelineEvent as TimelineEventType, EventStatus } from 'models/timelineWidget';
import { fetchTimelineWidgets } from 'services/widgetService/TimelineService';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { BaseTheme } from 'styles/Theme';
import { EventStatus } from 'models/timelineWidget';
import { BodyText, Header3 } from 'components/common/Typography';
import { Await } from 'react-router-dom';
import { faCircle, faCircleHalf } from '@fortawesome/pro-solid-svg-icons';
Expand Down

0 comments on commit bf9b49b

Please sign in to comment.