We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549282c commit cb6db4aCopy full SHA for cb6db4a
2 files changed
src/components/order-summary/order-summary.jsx
@@ -16,7 +16,6 @@ import GoogleConversion from 'components/core/google/conversion';
16
import styles from './order-summary.css';
17
18
// types
19
-
20
import type { Order } from '@foxcomm/api-js/types/api/order';
21
22
type ConversionParams = {
src/components/order-summary/totals.jsx
@@ -12,7 +12,6 @@ import Currency from 'components/core/currency';
12
13
14
15
import type { OrderTotals as TOrderTotals, CartTotals as TCartTotals } from '@foxcomm/api-js/types/api/cord/totals';
import type { CordPayment, GiftCardPayment } from '@foxcomm/api-js/types/api/cord/payments';
0 commit comments