diff options
Diffstat (limited to 'src/app/movies/components/searchFormatter.jsx')
| -rw-r--r-- | src/app/movies/components/searchFormatter.jsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/movies/components/searchFormatter.jsx b/src/app/movies/components/searchFormatter.jsx index dc6afb2..ded6022 100644 --- a/src/app/movies/components/searchFormatter.jsx +++ b/src/app/movies/components/searchFormatter.jsx @@ -1,6 +1,8 @@ -import { Card, CardHeader, CardBody, Link } from "@nextui-org/react"; -import Image from "next/image"; +"use server"; +import { Card, CardHeader, CardBody } from "@nextui-org/react"; +import Image from "next/image"; +import Link from "next/link"; import styles from "../../page.module.css"; const MovieSearchFormatter = async (data) => { |