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/collections/CollectionView.tsx | |
| parent | ea688991fea204d7b97c6c4f23b4ecd81189f2b0 (diff) | |
cleaning pt2
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 948f97889..eb502f611 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -1,4 +1,4 @@ -import { action, computed, observable } from "mobx"; +import { action } from "mobx"; import { observer } from "mobx-react"; import { Document } from "../../../fields/Document"; import { ListField } from "../../../fields/ListField"; |
