From 704aef763c3a4d006fe36403e90b6667777060bf Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:41:54 +0000 Subject: [PATCH] completionId: cgen-e861bf64c39d411f9318a9ff7819ee8b cgen-e861bf64c39d411f9318a9ff7819ee8b --- client/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index d618dc68..1f10ff04 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -74,6 +74,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const location = useLocation(); const navigate = useNavigate(); const { user, profile, signOut, loading, profileComplete } = useAuth(); + const { theme } = useArmTheme(); const navigation = [ { name: "Home", href: "/" },