diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-19 19:55:26 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-19 19:55:26 -0400 |
commit | c103acbe8f8df919e87f9a18872a94eb8bc1a001 (patch) | |
tree | 8378a3f16ae79cd6f4a9c736eadef4dd2cbbdb7d /src/client/views/nodes/IconBox.tsx | |
parent | f53ba030a86bf3fc384ff3c00efcf3c1f0497b9b (diff) |
fixed some small things with presentation and icon
Diffstat (limited to 'src/client/views/nodes/IconBox.tsx')
-rw-r--r-- | src/client/views/nodes/IconBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/IconBox.tsx b/src/client/views/nodes/IconBox.tsx index b42eb44a5..00021bc78 100644 --- a/src/client/views/nodes/IconBox.tsx +++ b/src/client/views/nodes/IconBox.tsx @@ -12,7 +12,6 @@ import { IconField } from "../../../new_fields/IconField"; import { ContextMenu } from "../ContextMenu"; import Measure from "react-measure"; import { MINIMIZED_ICON_SIZE } from "../../views/globalCssVariables.scss"; -import { listSpec } from "../../../new_fields/Schema"; library.add(faCaretUp); |