From 1770cdb46536999b7b3e40f07a321d95e3880b7e Mon Sep 17 00:00:00 2001 From: SteveGT96 Date: Wed, 4 Oct 2023 14:16:39 +0100 Subject: [PATCH] update: Remove unused imports --- src/components/accessories/laboratory/Exams.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/accessories/laboratory/Exams.tsx b/src/components/accessories/laboratory/Exams.tsx index 6b977bf90..2bf9f4325 100644 --- a/src/components/accessories/laboratory/Exams.tsx +++ b/src/components/accessories/laboratory/Exams.tsx @@ -1,5 +1,4 @@ -import { Button, CircularProgress } from "@material-ui/core"; -import { Add } from "@material-ui/icons"; +import { CircularProgress } from "@material-ui/core"; import React, { FC, Fragment, useMemo, useState, useRef } from "react"; import { useTranslation } from "react-i18next"; import { useDispatch, useSelector } from "react-redux";