aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PresentationView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-18 15:25:42 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-18 15:25:42 -0400
commitea0b202809a2c4ddddf5f391cdf6fe8bc6523092 (patch)
treebc2f29217cc632fa28ce43d390f56d13eed7230a /src/client/views/PresentationView.tsx
parent3fd191a2d031e1a186a4eb2e009887399a4bc347 (diff)
Refactored some things to get Debug viewer working again
Diffstat (limited to 'src/client/views/PresentationView.tsx')
-rw-r--r--src/client/views/PresentationView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PresentationView.tsx b/src/client/views/PresentationView.tsx
index 7d0dc2913..9c37e9000 100644
--- a/src/client/views/PresentationView.tsx
+++ b/src/client/views/PresentationView.tsx
@@ -2,7 +2,6 @@ import { observer } from "mobx-react";
import React = require("react");
import { observable, action, runInAction, reaction } from "mobx";
import "./PresentationView.scss";
-import "./Main.tsx";
import { DocumentManager } from "../util/DocumentManager";
import { Utils } from "../../Utils";
import { Doc, DocListCast, DocListCastAsync } from "../../new_fields/Doc";