forked from MapComplete/MapComplete
Cleanup of NSI feature breanch
This commit is contained in:
parent
f6d93a6ab1
commit
3146fa0d26
14 changed files with 143 additions and 537 deletions
|
@ -2,7 +2,4 @@ import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
|||
import Test from "./UI/Test.svelte"
|
||||
import NameSuggestionIndex from "./Logic/Web/NameSuggestionIndex"
|
||||
|
||||
const nsi = NameSuggestionIndex.get()
|
||||
const secondhandshops = nsi.getSuggestionsFor("brands/shop/second_hand", ["be"])
|
||||
console.log(secondhandshops)
|
||||
new SvelteUIElement(Test).AttachTo("maindiv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue