Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alvyynm committed Aug 15, 2024
1 parent ba0030e commit baf3f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/shop/SingleItemPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SmallSample1 from "../../assets/images/shop-page/small-sample-colored.png
import SmallSample2 from "../../assets/images/shop-page/small-sample-greyscale.png";
import SeoMetadata from "../../components/SeoMetadata";
import CartDrawer from "../../components/shop/CartDrawer";
import Counter from "../../components/shop/Counter";
// import Counter from "../../components/shop/Counter";
import { useAddSwagToCart } from "../../hooks/Mutations/shop/useCartSwagg";
import { useSingleSwag } from "../../hooks/Queries/shop/useSwagList";
import formatPrice from "../../utilities/formatPrice";
Expand Down

0 comments on commit baf3f65

Please sign in to comment.