diff --git a/client/src/components/navbar.svelte b/client/src/components/navbar.svelte
new file mode 100644
index 0000000..f1e4cb7
--- /dev/null
+++ b/client/src/components/navbar.svelte
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/client/src/hooks.ts b/client/src/hooks.ts
index ae4039e..7140f07 100644
--- a/client/src/hooks.ts
+++ b/client/src/hooks.ts
@@ -1,3 +1,4 @@
+// TODO: Find out what the fuck this file is doing
import cookie from 'cookie';
import { v4 as uuid } from '@lukeed/uuid';
import type { Handle } from '@sveltejs/kit';
diff --git a/client/src/lib/Counter/index.svelte b/client/src/lib/Counter/index.svelte
deleted file mode 100644
index ae70bc3..0000000
--- a/client/src/lib/Counter/index.svelte
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
-
- {Math.floor($displayed_count + 1)}
- {Math.floor($displayed_count)}
-
-
-
-
-
-
-
diff --git a/client/src/lib/Header/index.svelte b/client/src/lib/Header/index.svelte
deleted file mode 100644
index b9b795b..0000000
--- a/client/src/lib/Header/index.svelte
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/client/src/lib/Header/svelte-logo.svg b/client/src/lib/Header/svelte-logo.svg
deleted file mode 100644
index 49492a8..0000000
--- a/client/src/lib/Header/svelte-logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/client/src/lib/form.ts b/client/src/lib/form.ts
deleted file mode 100644
index abbc575..0000000
--- a/client/src/lib/form.ts
+++ /dev/null
@@ -1,60 +0,0 @@
-// this action (https://svelte.dev/tutorial/actions) allows us to
-// progressively enhance a