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/PropertiesButtons.tsx | |
parent | 6414d1a344c80a75c2d4fb91e3cd7126e23c4cb1 (diff) |
reorganized source files into proper directories. split contents of ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index f79a68b5a..e95b28d6c 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -16,7 +16,6 @@ import { DocumentType } from '../documents/DocumentTypes'; import { SelectionManager } from '../util/SelectionManager'; import { undoBatch } from '../util/UndoManager'; import { CollectionDockingView } from './collections/CollectionDockingView'; -import './collections/ParentDocumentSelector.scss'; import { GoogleRef } from "./nodes/formattedText/FormattedTextBox"; import './PropertiesButtons.scss'; import React = require("react"); |