diff --git a/client/App.tsx b/client/App.tsx
index cf377310..e89c3894 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -66,10 +66,7 @@ const App = () => (
} />
} />
- }
- />
+ } />
}
diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx
index 8176f669..a444133e 100644
--- a/client/components/Layout.tsx
+++ b/client/components/Layout.tsx
@@ -11,7 +11,14 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
-import { User, Settings, LogOut, Bell, Sparkles, UserCircle } from "lucide-react";
+import {
+ User,
+ Settings,
+ LogOut,
+ Bell,
+ Sparkles,
+ UserCircle,
+} from "lucide-react";
interface LayoutProps {
children: React.ReactNode;
@@ -177,7 +184,10 @@ export default function Layout({ children }: LayoutProps) {
-
+
Settings