Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sonylomo committed Aug 8, 2024
1 parent c575833 commit 0482a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/shop/Homepage.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import SeoMetadata from "../../components/SeoMetadata";
import CartIcon from "../../components/shop/CartIcon";
import Banner from "./sections/Banner/index";
import BrowseProducts from "./sections/BrowseProducts";
import FaqSection from "./sections/FaqSection";
import FilterSection from "./sections/FilterSection";
import BrowseProducts from "./sections/BrowseProducts";
import NewProducts from "./sections/NewArrivals";

function Homepage() {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/shop/sections/FilterSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link, useParams } from "react-router-dom";
import SearchInput from "../../../components/shop/SearchInput";
import SectionWrapper from "../../../components/shop/SectionWrapper";
import SortItems from "../../../components/shop/SortItems";
import { useSwagCategory } from "@/hooks/Queries/shop/useSwagList";
import { useSwagCategory } from "../../../hooks/Queries/shop/useSwagList";

function FilterSection() {
return (
Expand Down

0 comments on commit 0482a6b

Please sign in to comment.