diff options
| author | real-zephex <[email protected]> | 2024-03-17 09:24:57 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-17 09:24:57 +0530 |
| commit | 39064fc306d380f8524c8b4062e3ea7fc5b16213 (patch) | |
| tree | 975113dfdb1e010b8ef6ace632c5126f60b95833 /src/app/info/buttons.js | |
| parent | Update README.md (diff) | |
| download | dramalama-39064fc306d380f8524c8b4062e3ea7fc5b16213.tar.xz dramalama-39064fc306d380f8524c8b4062e3ea7fc5b16213.zip | |
The anime section is fully server rendered!
Diffstat (limited to 'src/app/info/buttons.js')
| -rw-r--r-- | src/app/info/buttons.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/app/info/buttons.js b/src/app/info/buttons.js deleted file mode 100644 index 6244a2e..0000000 --- a/src/app/info/buttons.js +++ /dev/null @@ -1,10 +0,0 @@ -"use client"; - -import Link from "next/link"; -export default function CreateButton({ a }) { - return ( - <Link href={`/video/${a.id}`}> - <button className="dramaButton">{a.number}</button> - </Link> - ); -} |