From ba8cb4194062b0f939afd136a269625f9f26dcaa Mon Sep 17 00:00:00 2001 From: Naafiyan Ahmed Date: Mon, 25 Jul 2022 19:10:55 -0400 Subject: cleaned up code and moved files around --- src/client/views/nodes/DataVizBox/TableBox.tsx | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/client/views/nodes/DataVizBox/TableBox.tsx (limited to 'src/client/views/nodes/DataVizBox/TableBox.tsx') diff --git a/src/client/views/nodes/DataVizBox/TableBox.tsx b/src/client/views/nodes/DataVizBox/TableBox.tsx deleted file mode 100644 index dfa8262d8..000000000 --- a/src/client/views/nodes/DataVizBox/TableBox.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import { action, computed, observable } from "mobx"; -import { observer } from "mobx-react"; -import * as React from "react"; - -interface TableBoxProps { - pairs: {x: number, y:number}[] -} - - -export class TableBox extends React.Component { - - - - render() { - return ( -
- - - - - - - - - {this.props.pairs.map(p => { - return ( - - - ) - })} - -
xy
{p.x}{p.y}
-
- ) - } - -} \ No newline at end of file -- cgit v1.2.3-70-g09d2