diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-29 13:58:16 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-29 13:58:16 -0400 |
| commit | f5a9d196a96f9a81436fa8de8659eaa51a131d81 (patch) | |
| tree | 93b8d88343e12fea679849d4ec7200d000206e3b /src/client/views/DocumentDecorations.tsx | |
| parent | 6414d1a344c80a75c2d4fb91e3cd7126e23c4cb1 (diff) | |
reorganized source files into proper directories. split contents of ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index fad6b1a0b..6c64a3714 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -18,9 +18,9 @@ import { SelectionManager } from "../util/SelectionManager"; import { SnappingManager } from '../util/SnappingManager'; import { undoBatch, UndoManager } from "../util/UndoManager"; import { CollectionDockingView } from './collections/CollectionDockingView'; -import { FormatShapePane } from './collections/collectionFreeForm/FormatShapePane'; import { DocumentButtonBar } from './DocumentButtonBar'; import './DocumentDecorations.scss'; +import { FormatShapePane } from './FormatShapePane'; import { DocumentView } from "./nodes/DocumentView"; import React = require("react"); import e = require('express'); |
