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:
Quincy Morgan
2019-04-24 13:45:59 -07:00
parent 862eca9ddd
commit d01bb78707
158 changed files with 503 additions and 472 deletions

View File

@@ -6,20 +6,18 @@ import {
import { t } from '../util/locale';
import { services } from '../services';
import { modeBrowse } from '../modes';
import { svgIcon } from '../svg';
import { modeBrowse } from '../modes/browse';
import { svgIcon } from '../svg/icon';
// import { uiField } from './field';
// import { uiFormFields } from './form_fields';
import {
uiNoteComments,
uiNoteHeader,
uiNoteReport,
uiQuickLinks,
uiTooltipHtml,
uiViewOnOSM,
} from './index';
import { uiNoteComments } from './note_comments';
import { uiNoteHeader } from './note_header';
import { uiNoteReport } from './note_report';
import { uiQuickLinks } from './quick_links';
import { uiTooltipHtml } from './tooltipHtml';
import { uiViewOnOSM } from './view_on_osm';
import {
utilNoAuto,