diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-24 09:10:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-24 09:10:57 -0400 |
| commit | 851647c8d399dc6e5d036ac11cbce4e8dd8c2eb9 (patch) | |
| tree | 6aadfb3e43882bcf1e7532c2f57eeb4be33b28ea /src/client/views/collections/TabDocView.tsx | |
| parent | a4b3114f3792c80e20a3f40053ec4724729c1100 (diff) | |
| parent | 643df77e6366b7164307ffe195ed9de83b68e5ae (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index f63e5f844..eb95bb913 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -22,6 +22,7 @@ import { SelectionManager } from '../../util/SelectionManager'; import { SnappingManager } from '../../util/SnappingManager'; import { Transform } from '../../util/Transform'; import { undoBatch, UndoManager } from "../../util/UndoManager"; +import { Colors, Shadows } from '../global/globalEnums'; import { LightboxView } from '../LightboxView'; import { DocFocusOptions, DocumentView, DocumentViewProps } from "../nodes/DocumentView"; import { PinProps, PresBox, PresMovement } from '../nodes/trails'; @@ -32,8 +33,6 @@ import { CollectionFreeFormView } from './collectionFreeForm/CollectionFreeFormV import { CollectionView, CollectionViewType } from './CollectionView'; import "./TabDocView.scss"; import React = require("react"); -import Color = require('color'); -import { Colors, Shadows } from '../global/globalEnums'; const _global = (window /* browser */ || global /* node */) as any; interface TabDocViewProps { |
