products page error fixed:added use client word for swiper
This commit is contained in:
@@ -3,7 +3,7 @@ import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="mb-90">
|
||||
<div className="bg-[#1e1d1c] pb-30">
|
||||
<ProductBanner />
|
||||
<Products />
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"use client";
|
||||
import { Swiper, SwiperSlide } from "swiper/react";
|
||||
import { Navigation } from "swiper/modules";
|
||||
import "swiper/css";
|
||||
|
||||
Reference in New Issue
Block a user