diff --git a/frontend/src/routes/admin/+page.svelte b/frontend/src/routes/admin/+page.svelte
new file mode 100644
index 0000000..4a1dc9c
--- /dev/null
+++ b/frontend/src/routes/admin/+page.svelte
@@ -0,0 +1,535 @@
+
+
+
Loading...
+ {:else if error} +{error}
+ {:else} + +{createError}
+ {/if} +| Username | +Role | +Actions | +
|---|---|---|
| {user.username} | ++ + {user.is_admin ? 'Admin' : 'User'} + + | ++ + + + | +
|
+
+
+
+
+
+
+
+
+
+ {#if editError}
+ {editError} + {/if} + + |
+ ||
| + + | +||