X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c597ebf61d244dda966f8cc06799d897172fce84..d429667c4eb8ef7968a96612b3615ccf0bb1fccc:/src/App.svelte
diff --git a/src/App.svelte b/src/App.svelte
index 3e64b16..d120173 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -4,7 +4,6 @@
import { page, refresh_page } from './lib/stores.js';
- import Header from './components/Header.svelte';
import Footer from './components/Footer.svelte';
import ReportIssueModal from './components/ReportIssueModal.svelte';
import SearchPage from './pages/SearchPage.svelte';
@@ -18,10 +17,9 @@
refresh_page();
-// deal with back-button and other user action
-
+
+ refresh_page()} />
-
{#if view === 'search'}
{:else if view === 'reverse'}