Update index.js

This commit is contained in:
Mitchell McCaffrey 2021-06-20 15:07:06 +10:00
parent 6303913f7d
commit 675dd2b37c

View File

@ -1,7 +1,7 @@
import React from "react"; import React from "react";
import ReactDOM from "react-dom"; import ReactDOM from "react-dom";
import * as Sentry from "@sentry/react"; import * as Sentry from "@sentry/react";
import Dedupe from "@sentry/integrations"; import { Dedupe } from "@sentry/integrations";
import App from "./App"; import App from "./App";
import Modal from "react-modal"; import Modal from "react-modal";