mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 05:12:13 +02:00
Reduce circular dependencies caused by importing from indexes, the location of the validation models, and the location of areaKeys (close #6237)
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
select as d3_select
|
||||
} from 'd3-selection';
|
||||
|
||||
import { utilArrayUniq } from '../util/index';
|
||||
import { utilArrayUniq } from './array';
|
||||
|
||||
|
||||
export function utilKeybinding(namespace) {
|
||||
|
||||
Reference in New Issue
Block a user