diff options
author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-25 19:10:55 -0400 |
---|---|---|
committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-25 19:10:55 -0400 |
commit | ba8cb4194062b0f939afd136a269625f9f26dcaa (patch) | |
tree | 7fead1b076faa4576eeae0474db365c9c8c2b88e /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
parent | 9730011a61bb3b1522ac59f12a26fbd36f7917a0 (diff) |
cleaned up code and moved files around
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index 4883385bb..1d9b309ce 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -9,7 +9,7 @@ import { ViewBoxAnnotatableComponent, ViewBoxBaseComponent } from '../../DocComp import { FieldViewProps, FieldView } from '../FieldView'; import { ChartBox } from './ChartBox'; import './DataVizBox.scss'; -import { TableBox } from './TableBox'; +import { TableBox } from './components/TableBox'; enum DataVizView { TABLE = 'table', |