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/InkingStroke.tsx | |
| parent | 6414d1a344c80a75c2d4fb91e3cd7126e23c4cb1 (diff) | |
reorganized source files into proper directories. split contents of ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 18ecc225c..02628527f 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -11,9 +11,9 @@ import { CognitiveServices } from "../cognitive_services/CognitiveServices"; import { InteractionUtils } from "../util/InteractionUtils"; import { Scripting } from "../util/Scripting"; import { UndoManager } from "../util/UndoManager"; -import { FormatShapePane } from "./collections/collectionFreeForm/FormatShapePane"; import { ContextMenu } from "./ContextMenu"; import { ViewBoxBaseComponent } from "./DocComponent"; +import { FormatShapePane } from "./FormatShapePane"; import "./InkingStroke.scss"; import { FieldView, FieldViewProps } from "./nodes/FieldView"; import React = require("react"); |
