refactor: update toast import to use @ciphera-net/ui in PricingSection and CheckoutSuccessToast components

This commit is contained in:
Usman Baig
2026-01-31 17:36:08 +01:00
parent f085c11ba3
commit c77968c797
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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,