Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 18:05:00 +00:00
parent 472e09e701
commit 6ff925c18b

View file

@ -21,6 +21,7 @@ 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";
import { PaymentIssueBanner } from "@/components/mika/PaymentIssueBanner";
import { ThemeToggle } from "@/components/mika/ThemeToggle";
import { Button } from "@/components/ui/button";
import {