mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +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:
@@ -1,5 +1,7 @@
|
||||
import { actionDeleteRelation, actionReverse, actionSplit } from '../actions';
|
||||
import { coreGraph } from '../core';
|
||||
import { actionDeleteRelation } from '../actions/delete_relation';
|
||||
import { actionReverse } from '../actions/reverse';
|
||||
import { actionSplit } from '../actions/split';
|
||||
import { coreGraph } from '../core/graph';
|
||||
import { geoAngle, geoSphericalDistance } from '../geo';
|
||||
import { osmEntity } from './entity';
|
||||
import { utilArrayDifference, utilArrayUniq } from '../util';
|
||||
|
||||
Reference in New Issue
Block a user