diff --git a/src/index.js b/src/index.js index b15aacd..5e47f24 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ import React from "react"; import ReactDOM from "react-dom"; import * as Sentry from "@sentry/react"; -import Dedupe from "@sentry/integrations"; +import { Dedupe } from "@sentry/integrations"; import App from "./App"; import Modal from "react-modal";