Skip to content

Commit d60c432

Browse files
committed
remove unused imports
1 parent cf6be80 commit d60c432

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

gs/frontend/mcc/src/pages/Telemetry/components/TelemetryChart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import { Chart } from 'react-chartjs-2';
32
import {
43
Chart as ChartJS,

gs/frontend/mcc/src/pages/Telemetry/components/ThesholdSelector.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import React from 'react'
2-
3-
41
type ThesholdSelectorProps = {
52
threshold: string | number;
63
setThreshold: (value: string | number) => void;

gs/frontend/mcc/src/pages/Telemetry/components/TypeSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from "react";
21
import {
32
telemetrySubtypes,
43
telemetryTypes,

0 commit comments

Comments
 (0)