diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:30:01 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:30:01 -0500 |
| commit | 60f2458ca0faaa8bc5f5d333034cea5fdd513bf6 (patch) | |
| tree | 913b23d8a8b48e6059a3591796c2a321a603520a /src/client/views/DocumentDecorations.tsx | |
| parent | ea688991fea204d7b97c6c4f23b4ecd81189f2b0 (diff) | |
cleaning pt2
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 975a125f7..9fd73a33b 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"; |
