diff --git a/web-frontend/src/lib/AddressInput.svelte b/web-frontend/src/lib/AddressInput.svelte
index f92d5c0..4a4adbc 100644
--- a/web-frontend/src/lib/AddressInput.svelte
+++ b/web-frontend/src/lib/AddressInput.svelte
@@ -24,7 +24,7 @@ placeholder="Enter address">
-
+
Loading WebAssembly module...
{:then}
-
Address: {addr.address}
-
({addr.latLon}) => ({addr.latLon})
-
+
+
+
+ {#if tabInfo.selected === 1}
+
+ {/if}
+
{:catch message}
Could not start core module
{/await}
-
+
diff --git a/web-frontend/src/routes/app/CoordinateInfo.svelte b/web-frontend/src/routes/app/CoordinateInfo.svelte
new file mode 100644
index 0000000..ad69387
--- /dev/null
+++ b/web-frontend/src/routes/app/CoordinateInfo.svelte
@@ -0,0 +1,5 @@
+
+
+Hi there
diff --git a/web-frontend/src/routes/app/TabSelector.svelte b/web-frontend/src/routes/app/TabSelector.svelte
new file mode 100644
index 0000000..c1f6e06
--- /dev/null
+++ b/web-frontend/src/routes/app/TabSelector.svelte
@@ -0,0 +1,14 @@
+
+
+
+ {#each tabInfo.tabs as tab}
+ - updateSelectedTab(tab)} class="p-2 block">{tab.label}
+ {/each}
+
+