aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-07 13:06:34 +0000
committerGitHub <[email protected]>2024-04-07 13:06:34 +0000
commit9438eb699051b72acb298809a6540655dd5e03cd (patch)
treebddb0d6131b08beadc5f425d210d6b8114e07fc1 /src/app/kdrama
parentcloudflare fix (diff)
downloaddramalama-9438eb699051b72acb298809a6540655dd5e03cd.tar.xz
dramalama-9438eb699051b72acb298809a6540655dd5e03cd.zip
idk what I am doing
Diffstat (limited to 'src/app/kdrama')
-rw-r--r--src/app/kdrama/page.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/kdrama/page.jsx b/src/app/kdrama/page.jsx
index 44f8eb9..e831346 100644
--- a/src/app/kdrama/page.jsx
+++ b/src/app/kdrama/page.jsx
@@ -1,3 +1,5 @@
+"use client";
+
import styles from "./styles/kdrama.module.css";
import PopularDramas from "./components/popular";
import RecentDramas from "./components/recent";