aboutsummaryrefslogtreecommitdiff
path: root/pages/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/search.js')
-rw-r--r--pages/search.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/pages/search.js b/pages/search.js
index 87f9cdc..4bb32af 100644
--- a/pages/search.js
+++ b/pages/search.js
@@ -107,8 +107,6 @@ export default function Card() {
advance();
}, [search, type, seasonYear, season, genres, perPage, sort]);
- console.log(data);
-
// useEffect(() => {
// async function fetchData() {
// setLoading(true);
@@ -421,10 +419,3 @@ export default function Card() {
</>
);
}
-
-{
- /* <div className=" w-[228px]">
- <div className="bg-[#3B3C41] h-[313px] rounded-[10px]" />
- <h1 className="font-outfit font-extrabold text-[24px]">Anime Title</h1>
- </div> */
-}