updates incorrect import

This commit is contained in:
dhrubesh-makeen 2021-04-24 02:36:19 +05:30
parent dbe3488ad1
commit 515766452d

View File

@ -17,7 +17,7 @@ import LatencyLineChart from "./LatencyLineChart";
import RequestRateChart from "./RequestRateChart";
import ErrorRateChart from "./ErrorRateChart";
import TopEndpointsTable from "./TopEndpointsTable";
import { METRICS_PAGE_QUERY_PARAM } from "../Traces/node_modules/Src/constants/query";
import { METRICS_PAGE_QUERY_PARAM } from "Src/constants/query";
const { TabPane } = Tabs;