Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Change import path in the checkout components package
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 12, 2023
1 parent 36f69c5 commit 3aba694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/components/totals/item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
*/
import classnames from 'classnames';
import { isValidElement } from '@wordpress/element';
import { FormattedMonetaryAmount } from '@woocommerce/blocks-components';
import type { ReactElement, ReactNode } from 'react';
import type { Currency } from '@woocommerce/price-format';

/**
* Internal dependencies
*/
import './style.scss';
import FormattedMonetaryAmount from '../../../../components/formatted-monetary-amount';

export interface TotalsItemProps {
className?: string;
Expand Down

0 comments on commit 3aba694

Please sign in to comment.