From fa2cc39ad8c98274a00b4764e307d7f7679d58ba Mon Sep 17 00:00:00 2001 From: Peeyush Goyal Date: Mon, 24 May 2021 20:20:35 +0530 Subject: [PATCH] Removed unused code --- src/Components/Patient/FileUpload.tsx | 1 - src/index.html | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Components/Patient/FileUpload.tsx b/src/Components/Patient/FileUpload.tsx index 5658bfa8ed7..41d564e313e 100644 --- a/src/Components/Patient/FileUpload.tsx +++ b/src/Components/Patient/FileUpload.tsx @@ -36,7 +36,6 @@ import { VoiceRecorder } from "../../Utils/VoiceRecorder"; import { makeStyles, Theme, createStyles } from "@material-ui/core/styles"; import Modal from "@material-ui/core/Modal"; import { Close } from "@material-ui/icons"; -import { BrowserClient } from "@sentry/browser"; const Loading = loadable(() => import("../Common/Loading")); const PageTitle = loadable(() => import("../Common/PageTitle")); diff --git a/src/index.html b/src/index.html index c42f3d13815..2276c3f590f 100644 --- a/src/index.html +++ b/src/index.html @@ -55,10 +55,7 @@ crossorigin="use-credentials" /> - +