diff --git a/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx b/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx index 3f750d0e..e49f5de4 100644 --- a/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx +++ b/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx @@ -4,6 +4,7 @@ import { useParams } from '@lilith/ui-router'; import { fetchQuote, VipApiError, type VipQuote, type VipQuotePresentation } from '@/api'; import { getAnimation, type AnimationPhase } from '@/components/animations/registry'; +import { DevTweakPanel } from '@/components/dev/DevTweakPanel'; type LoadState = | { kind: 'fetching' } @@ -128,6 +129,7 @@ export function QuotePage(): ReactElement { return (
+ {renderCombo && comboDescriptor && (