diff options
Diffstat (limited to 'src/app/kdrama/components/searchFormatter.jsx')
| -rw-r--r-- | src/app/kdrama/components/searchFormatter.jsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app/kdrama/components/searchFormatter.jsx b/src/app/kdrama/components/searchFormatter.jsx index a9e2f42..cc23fa7 100644 --- a/src/app/kdrama/components/searchFormatter.jsx +++ b/src/app/kdrama/components/searchFormatter.jsx @@ -1,4 +1,7 @@ -import { Card, CardHeader, CardBody, Link } from "@nextui-org/react"; +"use server"; + +import { Card, CardHeader, CardBody } from "@nextui-org/react"; +import Link from "next/link"; import Image from "next/image"; import styles from "../../page.module.css"; |