diff options
| author | real-zephex <[email protected]> | 2024-04-07 13:06:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 13:06:34 +0000 |
| commit | 9438eb699051b72acb298809a6540655dd5e03cd (patch) | |
| tree | bddb0d6131b08beadc5f425d210d6b8114e07fc1 /src/app/kdrama | |
| parent | cloudflare fix (diff) | |
| download | dramalama-9438eb699051b72acb298809a6540655dd5e03cd.tar.xz dramalama-9438eb699051b72acb298809a6540655dd5e03cd.zip | |
idk what I am doing
Diffstat (limited to 'src/app/kdrama')
| -rw-r--r-- | src/app/kdrama/page.jsx | 2 |
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"; |