aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataViz.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-07-05 10:15:54 -0400
committerbobzel <zzzman@gmail.com>2022-07-05 10:15:54 -0400
commitc1cd00c7664df694b867f4989a1f61d959390742 (patch)
tree29cfd0a7f9ed26ce2fd2eaf90549232e6c999c9d /src/client/views/nodes/DataViz.tsx
parent2917042be6dc9d05a1a6a8d9dd01d19f915f1b68 (diff)
parent3419d46a569da7ae8899588251426b82996ca523 (diff)
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/nodes/DataViz.tsx')
-rw-r--r--src/client/views/nodes/DataViz.tsx21
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