Skip to content

Commit

Permalink
update: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Oct 4, 2023
1 parent 1d40c04 commit 1770cdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/accessories/laboratory/Exams.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 1770cdb

Please sign in to comment.