+

+
About Media Manager
+
+ Media Manager is an all-in-one solution for organizing and building your media
+ library. Built for simplicity and modernity, it helps you keep track of your favorite shows and movies and
+ explore trending content—all in one place.
+
+
+ Version: v{PUBLIC_VERSION}
+
+
+
+
\ No newline at end of file
diff --git a/web/src/routes/dashboard/settings/+page.svelte b/web/src/routes/dashboard/settings/+page.svelte
index 912f61e..23a5bfa 100644
--- a/web/src/routes/dashboard/settings/+page.svelte
+++ b/web/src/routes/dashboard/settings/+page.svelte
@@ -4,11 +4,32 @@
import * as Card from "$lib/components/ui/card/index.js";
import {getContext} from "svelte";
import UserSettings from '$lib/components/user-settings.svelte';
-
+ import {Separator} from "$lib/components/ui/separator";
+ import * as Sidebar from '$lib/components/ui/sidebar/index.js';
+ import * as Breadcrumb from '$lib/components/ui/breadcrumb/index.js';
+ import {base} from "$app/paths";
let currentUser = getContext("user")
let users = page.data.users;
+