File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
packages/clients/textLocator/src/plugins/GeometrySearch Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
import { searchGeometry } from '../../../utils/coastalGazetteer/searchGeometry'
15
15
import { getEmptyFeatureCollection } from '../../../utils/coastalGazetteer/responseInterpreter'
16
16
import { searchLiteratureByToponym } from '../../../utils/literatureByToponym'
17
- import { makeTreeView } from '../../../ utils/makeTreeView'
17
+ import { makeTreeView } from '../utils/makeTreeView'
18
18
19
19
let counter = 0
20
20
const searchLoadingKey = 'geometrySearchLoadingKey'
Original file line number Diff line number Diff line change 1
- import {
2
- TextLocatorCategories ,
3
- TreeViewItem ,
4
- } from '../plugins/GeometrySearch/types'
5
- import { TitleLocationFrequency } from './literatureByToponym'
1
+ import { TextLocatorCategories , TreeViewItem } from '../types'
2
+ import { TitleLocationFrequency } from '../../../utils/literatureByToponym'
6
3
7
4
export const makeTreeView = (
8
5
titleLocationFrequency : TitleLocationFrequency ,
You can’t perform that action at this time.
0 commit comments