diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-19 22:40:54 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-19 22:40:54 -0400 |
commit | 118ecb14ce519bcbade12b3d52e11b22fcc371b3 (patch) | |
tree | 3c5200b30d18da1e4e60652338a0b441a2f5afd1 /src/client/documents/Documents.ts | |
parent | 96c26c57527d443784bde9752551bfa10b3ce4d2 (diff) |
cleaned up and enhanced tree view
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fcd1010c6..de6c5bc6a 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -18,7 +18,6 @@ import { action } from "mobx"; import { ColumnAttributeModel } from "../northstar/core/attribute/AttributeModel"; import { AttributeTransformationModel } from "../northstar/core/attribute/AttributeTransformationModel"; import { AggregateFunction } from "../northstar/model/idea/idea"; -import { Template } from "../views/Templates"; import { MINIMIZED_ICON_SIZE } from "../views/globalCssVariables.scss"; import { IconBox } from "../views/nodes/IconBox"; import { Field, Doc, Opt } from "../../new_fields/Doc"; |