diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-06 00:14:21 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-06 00:14:21 -0400 |
commit | 00127a4fccbd00eb3d05699a3a14f52feb7b57db (patch) | |
tree | a902c5b9bfeb2473051be1e8156aa4087034c5db /src/client/views/StyleProvider.tsx | |
parent | 03adc5f7ed70f2ecd151336dbde526dac9b7737e (diff) |
minor cleanup + style across files
Diffstat (limited to 'src/client/views/StyleProvider.tsx')
-rw-r--r-- | src/client/views/StyleProvider.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/StyleProvider.tsx b/src/client/views/StyleProvider.tsx index d1e2fefcb..3853d5888 100644 --- a/src/client/views/StyleProvider.tsx +++ b/src/client/views/StyleProvider.tsx @@ -18,6 +18,7 @@ import "./collections/TreeView.scss"; import "./nodes/FilterBox.scss"; import React = require("react"); import Color = require('color'); +import { FieldViewProps } from './nodes/FieldView'; export enum StyleLayers { Background = "background" |