diff --git a/Dashboard/src/Components/Metrics/MetricViewa.tsx b/Dashboard/src/Components/Metrics/MetricView.tsx similarity index 100% rename from Dashboard/src/Components/Metrics/MetricViewa.tsx rename to Dashboard/src/Components/Metrics/MetricView.tsx diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx index c3753f32eee..000a171de19 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx @@ -1,5 +1,5 @@ import MetricsAggregationType from "Common/Types/Metrics/MetricsAggregationType"; -import MetricView from "../../../../../../Components/Metrics/MetricViewa"; +import MetricView from "../../../../../../Components/Metrics/MetricView"; import PageComponentProps from "../../../../../PageComponentProps"; import Navigation from "CommonUI/src/Utils/Navigation"; import React, { FunctionComponent, ReactElement } from "react";