diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-06 18:51:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-06 18:51:01 -0400 |
| commit | fcbe1957d985655167ee8365fbb8f2755bbfd206 (patch) | |
| tree | f22889a35e4cef6933acf010e4e0f79c7dc253c9 /src/client/views/collections/CollectionView.tsx | |
| parent | 69563c0c81a3e6ade2fe460af8fad76cef3a3897 (diff) | |
cleanup
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 91f159d8e..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 @@ -35,8 +35,6 @@ import { SubCollectionViewProps } from './CollectionSubView'; import { CollectionTimeView } from './CollectionTimeView'; import { CollectionTreeView } from "./CollectionTreeView"; import './CollectionView.scss'; -import { FilterBox } from '../nodes/FilterBox'; -import { listSpec } from '../../../fields/Schema'; export const COLLECTION_BORDER_WIDTH = 2; const path = require('path'); |
