refactor(app.tsx): move Portal to new file and some refactoring (#1398)

This commit is contained in:
Aakansha Doshi 2020-04-12 16:24:52 +05:30 committed by GitHub
parent 6abcb2d87f
commit 227ff60909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 78 additions and 61 deletions

View file

@ -4,7 +4,7 @@ import * as Sentry from "@sentry/browser";
import * as SentryIntegrations from "@sentry/integrations";
import { TopErrorBoundary } from "./components/TopErrorBoundary";
import { IsMobileProvider } from "./is-mobile";
import { App } from "./components/App";
import App from "./components/App";
import "./styles.scss";
const SentryEnvHostnameMap: { [key: string]: string } = {