Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 17, 2024
1 parent e05f996 commit 167ad82
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ import {
AtomicProductSectionEmphasized,
AtomicProductSectionMetadata,
AtomicProductSectionName,
getSampleCommerceEngineConfiguration,
} from '@coveo/atomic-react/commerce';
import {buildCommerceEngine} from '@coveo/headless/commerce';
import {
buildCommerceEngine,
getSampleCommerceEngineConfiguration,
} from '@coveo/headless/commerce';
import React, {useMemo} from 'react';

export const CommerceSearchPage = () => {
Expand Down

0 comments on commit 167ad82

Please sign in to comment.