From 14f7f9bcf6f8f27092adcc28833f1b3fd1fd8808 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:14:23 +0000 Subject: [PATCH] Add SupabaseStatus component to Layout cgen-8f59cd54d4eb4a66a360669a64f75534 --- client/components/Layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 2a144ea5..1f6b15fd 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -247,6 +247,9 @@ export default function Layout({ children }: LayoutProps) { + + {/* Supabase Configuration Status */} + ); }