fix import

This commit is contained in:
spalger 2021-10-11 17:41:49 +00:00
parent 9667edf808
commit 50b3602d7f

View file

@ -6,7 +6,7 @@
*/
import { find, first } from 'lodash';
import { State } from '../application/global_state_context';
import { State } from '../application/contexts/global_state_context';
export function getClusterFromClusters(
clusters: any,