aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-05 17:38:50 -0500
committerHannah Chow <hannah_chow@brown.edu>2019-03-05 17:38:50 -0500
commite64667c09f72e69f8121039809b48167a1d55465 (patch)
tree95b55ddc6dcdce566d127ee35d00dbb8bd56c567 /src/client/views/DocumentDecorations.tsx
parent9724ff4d5de3c776b34f5d733fd37845b863f29b (diff)
parentbb1d3120f11a47e9d493202c1003dae52bf6667f (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into hannah_linking
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index f9db766af..29a4bbcf1 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -1,4 +1,4 @@
-import { observable, computed, action } from "mobx";
+import { observable, computed } from "mobx";
import React = require("react");
import { SelectionManager } from "../util/SelectionManager";
import { observer } from "mobx-react";