diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-27 04:12:07 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-27 04:12:07 -0400 |
| commit | cc806ebbe8d48d1c5a4c3c49231a5d38d6f39943 (patch) | |
| tree | eea3c2c8444a3594720d4b5ee7d7a56987466265 /src/client/views/collections/CollectionView.tsx | |
| parent | e189378e5ce01eedd1373172fbd8d8dabf2ad197 (diff) | |
fixed a bunch of template and stacking view issues among others.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 7781b26d9..cd137cd60 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -15,8 +15,6 @@ import { CollectionFreeFormView } from './collectionFreeForm/CollectionFreeFormV import { CollectionSchemaView } from "./CollectionSchemaView"; import { CollectionStackingView } from './CollectionStackingView'; import { CollectionTreeView } from "./CollectionTreeView"; -import { StrCast, PromiseValue } from '../../../new_fields/Types'; -import { DocumentType } from '../../documents/Documents'; export const COLLECTION_BORDER_WIDTH = 2; library.add(faTh); |
