Skip to content
Snippets Groups Projects
Commit 21477267 authored by Marcos Pieras's avatar Marcos Pieras
Browse files

chore: adds proper import on semantic susbtrates

parent ebba8d35
No related branches found
No related tags found
No related merge requests found
Pipeline #145527 passed
......@@ -6,7 +6,8 @@ import { select, selectAll } from 'd3';
import { VisualizationPropTypes, VISComponentType, VisualizationSettingsPropTypes } from '../../common';
import { findConnectionsNodes, getRegionData, setExtension, filterArray, getUniqueValues } from './components/utils';
import { cloneDeep, isEqual } from 'lodash-es';
import { NodeQueryResult } from '@/lib/data-access/store/graphQueryResultSlice';
import { NodeQueryResult } from 'ts-common';
import {
UserSelection,
RegionData,
......
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