diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 22:47:36 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-16 22:47:36 -0500 |
| commit | 25df5c6ebc3e23d4c3dc8eaaded0eda9d9956031 (patch) | |
| tree | 6433d63eac7ff5538a07e87fcb66cb0e338bfb9f /src/client/views/collections/CollectionView.tsx | |
| parent | 5bbc8dfe46a7bb2a9e1b09a4d67ed68a7533ab78 (diff) | |
from last
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 bea5ac2ed..83c639871 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -39,8 +39,6 @@ import { CollectionTimeView } from './CollectionTimeView'; import { CollectionTreeView } from "./CollectionTreeView"; import './CollectionView.scss'; import { ScriptField } from '../../../fields/ScriptField'; -import { StyleProp } from '../StyleProvider'; -import { SnappingManager } from '../../util/SnappingManager'; export const COLLECTION_BORDER_WIDTH = 2; const path = require('path'); |
