Skip to content
Snippets Groups Projects
Commit d65ee2ad authored by Vink, S.A. (Sjoerd)'s avatar Vink, S.A. (Sjoerd)
Browse files

feat(visManager): updated folders

parent d3cc3c42
No related branches found
No related tags found
2 merge requests!135geo intergation,!129Feat/visManager
Pipeline #131268 passed
This commit is part of merge request !135. Comments created here will be created in the context of that merge request.
Showing
with 0 additions and 2 deletions
export { default as VisualizationDialog } from './panel/panel';
...@@ -10,7 +10,6 @@ import { ...@@ -10,7 +10,6 @@ import {
useSessionCache, useSessionCache,
useVisualization, useVisualization,
} from '../data-access'; } from '../data-access';
import { FormActions, FormBody, FormCard, FormDiv, FormHBar, FormTitle } from '../components';
export const Visualizations: Record<string, Function> = { export const Visualizations: Record<string, Function> = {
TableVis: () => import('./visualizations/tablevis/tablevis'), TableVis: () => import('./visualizations/tablevis/tablevis'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment