diff --git a/frontend/package.json.md5 b/frontend/package.json.md5
new file mode 100755
index 0000000..e072450
--- /dev/null
+++ b/frontend/package.json.md5
@@ -0,0 +1 @@
+e25516ba8abdacf5ab40609a5d48f542
\ No newline at end of file
diff --git a/frontend/src/app.svelte b/frontend/src/app.svelte
index 0e2a44e..cf45542 100644
--- a/frontend/src/app.svelte
+++ b/frontend/src/app.svelte
@@ -1,19 +1,15 @@
- {#if error}
- Oops! {error}
- {:else}
- {hostCount} host{hostCount === 1 ? '' : 's'}
- {/if}
-
- {#each Object.entries(hosts) as [hostKey, host]}
-
- {:else}
-
Create a database
Note: databases in MongoDB do not exist until they have a collection and an item. Your new database will not persist on the server; fill it to have it created.