Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 11, 2021
1 parent 9667edf commit 50b3602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50b3602

Please sign in to comment.