aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/components
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-29 15:16:24 +0530
committerGitHub <[email protected]>2024-05-29 15:16:24 +0530
commit0c10f208cbc82f99d7bb316a8680a8e9fbb6cb1e (patch)
tree8a86f6199836b03e3a0296e754a2ce4bab998026 /src/app/kdrama/components
parentUpdate README.md (diff)
parentreverted back from next js 15 and react compiler due to some compatibility is... (diff)
downloaddramalama-0c10f208cbc82f99d7bb316a8680a8e9fbb6cb1e.tar.xz
dramalama-0c10f208cbc82f99d7bb316a8680a8e9fbb6cb1e.zip
Merge pull request #42 from real-zephex/series-overhaul
⚡️ perf(deps): upgrade to react 19 and next js 15, add loading screen, drop manga support
Diffstat (limited to 'src/app/kdrama/components')
-rw-r--r--src/app/kdrama/components/searchFormatter.jsx5
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";