Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
peeyush14goyal committed May 24, 2021
1 parent 9878467 commit fa2cc39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/Components/Patient/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down
5 changes: 1 addition & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@
crossorigin="use-credentials"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<!-- <meta
http-equiv="Content-Security-Policy"
content="frame-src https://care-patient-staging.s3.amazonaws.com/"
/> -->

</head>

<body>
Expand Down

0 comments on commit fa2cc39

Please sign in to comment.