Skip to content

Commit

Permalink
refactor(commerce): move atomic-product-field-condition to new direct…
Browse files Browse the repository at this point in the history
…ory (#4048)

The `atomic-product-field-condition` component has been moved to the
`product-template-components` directory to better organize the
commerce-related components.
  • Loading branch information
louis-bompart authored Jun 5, 2024
1 parent cb3ff8b commit 2ede6d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {Product, ProductTemplateCondition} from '@coveo/headless/commerce';
import {Component, Prop, h, Element} from '@stencil/core';
import {MapProp} from '../../../utils/props-utils';
import {ProductContext} from '../product-template-components/product-template-decorators';
import {MapProp} from '../../../../utils/props-utils';
import {
makeDefinedConditions,
makeMatchConditions,
} from '../product-template/product-template-common';
} from '../../product-template/product-template-common';
import {ProductContext} from '../product-template-decorators';

/**
* The `atomic-product-field-condition` component takes a list of conditions that, if fulfilled, apply the template in which it's defined.
Expand Down

0 comments on commit 2ede6d1

Please sign in to comment.