From e5662fa8cb8bfd2edc79b7a2222ffda56e43d2c4 Mon Sep 17 00:00:00 2001 From: Jeremy Yip Date: Thu, 26 Oct 2023 11:19:40 -0700 Subject: [PATCH] Fix calypso products import path resolution --- client/my-sites/plans-grid/components/actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/my-sites/plans-grid/components/actions.tsx b/client/my-sites/plans-grid/components/actions.tsx index 7074dc2af7d6b..efc1b618a6e86 100644 --- a/client/my-sites/plans-grid/components/actions.tsx +++ b/client/my-sites/plans-grid/components/actions.tsx @@ -9,8 +9,8 @@ import { TERM_ANNUALLY, type PlanSlug, PLAN_HOSTING_TRIAL_MONTHLY, + type StorageOption, } from '@automattic/calypso-products'; -import { StorageOption } from '@automattic/calypso-products/src'; import { Button, Gridicon } from '@automattic/components'; import { WpcomPlansUI } from '@automattic/data-stores'; import { formatCurrency } from '@automattic/format-currency';