From 4ccadd5453e4f177957f66eb25136de05e417ae1 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 28 Aug 2024 16:30:45 +0200 Subject: [PATCH] Remove unused import Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/pages/query/Graph.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/ui/mantine-ui/src/pages/query/Graph.tsx b/web/ui/mantine-ui/src/pages/query/Graph.tsx index 38810443a..d6e413cfd 100644 --- a/web/ui/mantine-ui/src/pages/query/Graph.tsx +++ b/web/ui/mantine-ui/src/pages/query/Graph.tsx @@ -1,10 +1,7 @@ import { FC, useEffect, useId, useState } from "react"; import { Alert, Skeleton, Box, LoadingOverlay } from "@mantine/core"; import { IconAlertTriangle, IconInfoCircle } from "@tabler/icons-react"; -import { - InstantQueryResult, - RangeQueryResult, -} from "../../api/responseTypes/query"; +import { RangeQueryResult } from "../../api/responseTypes/query"; import { SuccessAPIResponse, useAPIQuery } from "../../api/api"; import classes from "./Graph.module.css"; import {