Skip to content

Commit

Permalink
add searchbar to cart
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Dec 16, 2024
1 parent cf061f9 commit 1baf635
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
StandaloneProvider,
} from '@/app/components/providers/providers';
import PopularBought from '@/app/components/recommendations/popular-bought';
import StandaloneSearchBox from '@/app/components/standalone-search-box';
import externalCartService, {
ExternalCartItem,
} from '@/external-services/external-cart-service';
Expand Down Expand Up @@ -87,7 +88,7 @@ export default function CartRoute() {
<h2>Cart</h2>
<div style={{display: 'flex', flexDirection: 'column'}}>
<ContextDropdown />
{/* <StandaloneSearchBox /> */}
<StandaloneSearchBox />
<Cart
items={items}
totalPrice={totalPrice}
Expand Down

0 comments on commit 1baf635

Please sign in to comment.