From 9cb7fe38363526e87e999fae6f857f02553c8cad Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 1 Oct 2025 00:46:33 +0000 Subject: [PATCH] Prettier format pending files --- client/App.tsx | 5 +---- client/components/Layout.tsx | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) 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