]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/main.js
DetailsLink: use place_id if place does not have osmtype,id
[nominatim-ui.git] / src / main.js
1 import App from './App.svelte';
2
3 const app = new App({ // eslint-disable-line no-unused-vars
4   target: document.body
5 });