diff --git a/client/my-sites/plans-features-main/hooks/use-eligibility-for-term-savings-price-display.ts b/client/my-sites/plans-features-main/hooks/use-eligibility-for-term-savings-price-display.ts index 4ecf4d72ceef5..6a9658b84153b 100644 --- a/client/my-sites/plans-features-main/hooks/use-eligibility-for-term-savings-price-display.ts +++ b/client/my-sites/plans-features-main/hooks/use-eligibility-for-term-savings-price-display.ts @@ -7,8 +7,12 @@ import { UrlFriendlyTermType, } from '@automattic/calypso-products'; import { AddOns, Plans } from '@automattic/data-stores'; -import { HiddenPlans, PlansIntent, usePlanTypesWithIntent } from '@automattic/plans-grid-next'; -import usePlansFromTypes from '@automattic/plans-grid-next/src/hooks/data-store/use-plans-from-types'; +import { + HiddenPlans, + PlansIntent, + usePlansFromTypes, + usePlanTypesWithIntent, +} from '@automattic/plans-grid-next'; import useLongerPlanTermDefaultExperiment from './experiments/use-longer-plan-term-default-experiment'; import useCheckPlanAvailabilityForPurchase from './use-check-plan-availability-for-purchase'; diff --git a/packages/plans-grid-next/src/index.tsx b/packages/plans-grid-next/src/index.tsx index 17e9669947d3f..9ee709eb1abdb 100644 --- a/packages/plans-grid-next/src/index.tsx +++ b/packages/plans-grid-next/src/index.tsx @@ -11,6 +11,7 @@ import useGridPlansForComparisonGrid from './hooks/data-store/use-grid-plans-for import useGridPlansForFeaturesGrid from './hooks/data-store/use-grid-plans-for-features-grid'; import usePlanBillingDescription from './hooks/data-store/use-plan-billing-description'; import usePlanFeaturesForGridPlans from './hooks/data-store/use-plan-features-for-grid-plans'; +import usePlansFromTypes from './hooks/data-store/use-plans-from-types'; import useRestructuredPlanFeaturesForComparisonGrid from './hooks/data-store/use-restructured-plan-features-for-comparison-grid'; import { useManageTooltipToggle } from './hooks/use-manage-tooltip-toggle'; @@ -35,6 +36,7 @@ export { useGridPlanForSpotlight, usePlanBillingDescription, usePlanFeaturesForGridPlans, + usePlansFromTypes, usePlanTypesWithIntent, useRestructuredPlanFeaturesForComparisonGrid, };