From 2fbe97e88394a10ec592b0f5c39f7764a56b01b7 Mon Sep 17 00:00:00 2001 From: alvyynm Date: Sat, 10 Aug 2024 08:27:28 +0300 Subject: [PATCH] fix: linting issues --- src/pages/shop/sections/PopularItemsSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/shop/sections/PopularItemsSection.jsx b/src/pages/shop/sections/PopularItemsSection.jsx index 8e5f35af..f750cc7b 100644 --- a/src/pages/shop/sections/PopularItemsSection.jsx +++ b/src/pages/shop/sections/PopularItemsSection.jsx @@ -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();