Skip to content

Commit 1883661

Browse files
committed
build issue fixed
1 parent 7a6dc00 commit 1883661

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

thingconnect.pulse.client/src/components/history/AvailabilityStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
Text,
1212
} from '@chakra-ui/react';
1313
import type { BucketType } from '@/types/bucket';
14-
import { Database, CircleAlert } from 'lucide-react';
14+
import { Database } from 'lucide-react';
1515
import type { AvailabilityChartProps } from '../AvailabilityChart';
1616

1717
export function AvailabilityStats({

thingconnect.pulse.client/src/components/history/OutagesTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
Text,
66
Badge,
77
VStack,
8-
HStack,
98
IconButton,
109
Pagination,
1110
ButtonGroup,

0 commit comments

Comments
 (0)