-
-
+
+
+
-
-
-
-
-
-
- ID
- Name
-
- Delete
-
-
- {#each thingsList as t}
-
-
- {t.ID}
-
-
-
- {t.Name}
-
-
-
-
-
- {/each}
-
-
+
diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte
new file mode 100644
index 0000000..1fb6462
--- /dev/null
+++ b/frontend/src/routes/Home.svelte
@@ -0,0 +1,75 @@
+
+
+
+
+
+ ID
+ Name
+
+ Delete
+
+
+ {#each thingsList as t}
+
+
+ {t.ID}
+
+
+
+ {t.Name}
+
+
+
+
+
+ {/each}
+
+