diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index 88c5ac5..f9e3570 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -5,7 +5,7 @@ import { useSearchParams } from 'next/navigation' import { Button, CheckCircleIcon } from '@ciphera-net/ui' import { useAuth } from '@/lib/auth/context' import { initiateOAuthFlow } from '@/lib/api/oauth' -import { toast } from 'sonner' +import { toast } from '@ciphera-net/ui' import { createCheckoutSession } from '@/lib/api/billing' // 1. Define Plans with IDs and Site Limits diff --git a/components/checkout/CheckoutSuccessToast.tsx b/components/checkout/CheckoutSuccessToast.tsx index 3c13698..4bd39ac 100644 --- a/components/checkout/CheckoutSuccessToast.tsx +++ b/components/checkout/CheckoutSuccessToast.tsx @@ -2,7 +2,7 @@ import { useEffect } from 'react' import { useSearchParams } from 'next/navigation' -import { toast } from 'sonner' +import { toast } from '@ciphera-net/ui' /** * Shows a success toast when redirected from Stripe Checkout with success=true,