diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-06-30 12:42:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 12:42:10 -0700 |
commit | fee343f6a4103661a9aeea1eefe94058a9a074c6 (patch) | |
tree | f4b18b179c6b94edb672405e09ea453fbea80b5e /src/client/views/nodes/DataViz.tsx | |
parent | ea6e63648b21c46672b1b7cb1da0cbaa6857d0c1 (diff) | |
parent | 03c958f8ac95c65e77c337c6ecc4cd6b49f79175 (diff) |
Merge pull request #70 from brown-dash/data-visualization-view-naafi
Data visualization view naafi
Diffstat (limited to 'src/client/views/nodes/DataViz.tsx')
-rw-r--r-- | src/client/views/nodes/DataViz.tsx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/client/views/nodes/DataViz.tsx b/src/client/views/nodes/DataViz.tsx deleted file mode 100644 index d9541dba0..000000000 --- a/src/client/views/nodes/DataViz.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import { observer } from "mobx-react"; -import * as React from "react"; -import { ViewBoxBaseComponent } from '../DocComponent'; -import "./DataViz.scss"; -import { FieldView, FieldViewProps } from "./FieldView"; - -@observer -export class DataVizBox extends ViewBoxBaseComponent<FieldViewProps>() { - - public static LayoutString(fieldKey: string) { return FieldView.LayoutString(DataVizBox, fieldKey); } - - render() { - return ( - <div > - <div> - Hi - </div> - </div> - ); - } -}
\ No newline at end of file |