mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:56:45 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
343cd0234e
commit
07e429289d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import { useQuery } from "@tanstack/react-query";
|
||||||
import { supabase } from "@/integrations/supabase/client";
|
import { supabase } from "@/integrations/supabase/client";
|
||||||
import { useAuth } from "@/hooks/use-auth";
|
import { useAuth } from "@/hooks/use-auth";
|
||||||
import { useProfile } from "@/hooks/use-profile";
|
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";
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue