Skip to content

Commit

Permalink
Fix calypso products import path resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Oct 27, 2023
1 parent 0bfe4b6 commit e5662fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/plans-grid/components/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e5662fa

Please sign in to comment.