Skip to content

Commit

Permalink
move util to fitting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 28, 2024
1 parent dfca21a commit 35cb81b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { searchGeometry } from '../../../utils/coastalGazetteer/searchGeometry'
import { getEmptyFeatureCollection } from '../../../utils/coastalGazetteer/responseInterpreter'
import { searchLiteratureByToponym } from '../../../utils/literatureByToponym'
import { makeTreeView } from '../../../utils/makeTreeView'
import { makeTreeView } from '../utils/makeTreeView'

let counter = 0
const searchLoadingKey = 'geometrySearchLoadingKey'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import {
TextLocatorCategories,
TreeViewItem,
} from '../plugins/GeometrySearch/types'
import { TitleLocationFrequency } from './literatureByToponym'
import { TextLocatorCategories, TreeViewItem } from '../types'
import { TitleLocationFrequency } from '../../../utils/literatureByToponym'

export const makeTreeView = (
titleLocationFrequency: TitleLocationFrequency,
Expand Down

0 comments on commit 35cb81b

Please sign in to comment.