Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alvyynm committed Aug 10, 2024
1 parent 899667d commit 2fbe97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/shop/sections/PopularItemsSection.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useSwagList } from "../../../hooks/Queries/shop/useSwagList";
import ProductCard from "../../../components/shop/ProductCard";
import { useSwagList } from "../../../hooks/Queries/shop/useSwagList";

function PopularItemsSection() {
const { data: products, isSuccess, isError, isPending } = useSwagList();
Expand Down

0 comments on commit 2fbe97e

Please sign in to comment.