aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/components')
-rw-r--r--src/app/anime/components/search_results.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app/anime/components/search_results.jsx b/src/app/anime/components/search_results.jsx
index 2018680..691b276 100644
--- a/src/app/anime/components/search_results.jsx
+++ b/src/app/anime/components/search_results.jsx
@@ -1,8 +1,11 @@
+"use server";
+
import { search_results } from "../data-fetch/request";
import { preFetchAnimeInfo } from "./cacher";
import styles from "../../page.module.css";
-import { Card, CardHeader, CardBody, Link } from "@nextui-org/react";
+import { Card, CardHeader, CardBody } from "@nextui-org/react";
+import Link from "next/link";
import Image from "next/image";
const SearchResults = async (title) => {