From 6f4b72a7b9ddf4551c3977de2615697ff2344957 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:14:18 +0000 Subject: [PATCH] Add SupabaseStatus to Layout cgen-62f5967988914363aa9a083779690a4b --- client/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index a791d12c..2a144ea5 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -1,6 +1,7 @@ import { Link, useLocation } from "react-router-dom"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; +import SupabaseStatus from "./SupabaseStatus"; interface LayoutProps { children: React.ReactNode;