Skip to content

Commit

Permalink
refactor(commerce): move atomic-product-field-condition to new directory
Browse files Browse the repository at this point in the history
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 committed Jun 4, 2024
1 parent 20c0978 commit 5a7cb3d
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 5a7cb3d

Please sign in to comment.