Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwyx committed Jul 11, 2024
1 parent 8c58587 commit 97ec05f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
OkendoStarRating,
type WithOkendoStarRatingSnippet,
} from '@okendo/shopify-hydrogen';
import {type WithOkendoStarRatingSnippet} from '@okendo/shopify-hydrogen';
import {Await, Link, useLoaderData, type MetaFunction} from '@remix-run/react';
import {Image, Money} from '@shopify/hydrogen';
import {defer, type LoaderFunctionArgs} from '@shopify/remix-oxygen';
Expand Down Expand Up @@ -85,10 +82,10 @@ function RecommendedProducts({
sizes="(min-width: 45em) 20vw, 50vw"
/>
<h4>{product.title}</h4>
<OkendoStarRating
{/* <OkendoStarRating
productId={product.id}
okendoStarRatingSnippet={product.okendoStarRatingSnippet}
/>
/> */}
<small>
<Money data={product.priceRange.minVariantPrice} />
</small>
Expand Down

0 comments on commit 97ec05f

Please sign in to comment.