From 07e429289d5cb83867616251fcbe23b9766772d2 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:54:14 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/routes/painel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/painel.tsx b/src/routes/painel.tsx index cd7d44b..a69d8de 100644 --- a/src/routes/painel.tsx +++ b/src/routes/painel.tsx @@ -17,6 +17,7 @@ import { useQuery } from "@tanstack/react-query"; import { supabase } from "@/integrations/supabase/client"; import { useAuth } from "@/hooks/use-auth"; import { useProfile } from "@/hooks/use-profile"; +import { useSubscriptionRealtime } from "@/hooks/use-subscription-realtime"; const PADDLE_ENV = (import.meta.env.VITE_PADDLE_ENVIRONMENT as string) === "production" ? "live" : "sandbox"; import { Logo } from "@/components/mika/Logo";