diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-10 10:17:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-10 10:17:05 -0400 |
| commit | b3d5f0c61051b961088e630229035e30f9d740b5 (patch) | |
| tree | 71a9abdf58037c1c85e7a9b4ba8136fbc5a15de2 /src/client/views/collections/CollectionView.tsx | |
| parent | 9580ca6da48fe69cc664bc12513737c00a88f880 (diff) | |
| parent | f87c528f95912319c4181b3955cad4f1042c021e (diff) | |
Merge branch 'master' into demo_changes
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 21dd4b206..4dc0ee3e6 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 { computed, observable } from 'mobx'; import { observer } from "mobx-react"; import * as React from 'react'; import 'react-image-lightbox-with-rotate/style.css'; // This only needs to be imported once in your app |
