Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 18:06:29 +00:00
parent 14bb8e5725
commit f7efbdbb00

View file

@ -22,6 +22,7 @@ import { useSubscriptionRealtime } from "@/hooks/use-subscription-realtime";
const PADDLE_ENV = (import.meta.env.VITE_PADDLE_ENVIRONMENT as string) === "production" ? "live" : "sandbox"; const PADDLE_ENV = (import.meta.env.VITE_PADDLE_ENVIRONMENT as string) === "production" ? "live" : "sandbox";
import { Logo } from "@/components/mika/Logo"; import { Logo } from "@/components/mika/Logo";
import { PaymentIssueBanner } from "@/components/mika/PaymentIssueBanner"; import { PaymentIssueBanner } from "@/components/mika/PaymentIssueBanner";
import { CancellationScheduledBanner } from "@/components/mika/CancellationScheduledBanner";
import { ThemeToggle } from "@/components/mika/ThemeToggle"; import { ThemeToggle } from "@/components/mika/ThemeToggle";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { import {