diff options
| author | real-zephex <[email protected]> | 2024-03-21 20:17:46 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 20:17:46 +0530 |
| commit | bd43309e99085e38417929de8ad2422c379af64a (patch) | |
| tree | 4ce5964e341aeabf511cebf3175d503f4da3bb5e /src/app/anime/page.js | |
| parent | fix: trying to fix the endpoints (diff) | |
| download | dramalama-bd43309e99085e38417929de8ad2422c379af64a.tar.xz dramalama-bd43309e99085e38417929de8ad2422c379af64a.zip | |
took down the anime page
Diffstat (limited to 'src/app/anime/page.js')
| -rw-r--r-- | src/app/anime/page.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/app/anime/page.js b/src/app/anime/page.js deleted file mode 100644 index 759619d..0000000 --- a/src/app/anime/page.js +++ /dev/null @@ -1,14 +0,0 @@ -import "./anime.css"; -import Trending from "../top-airing/page"; -import Releases from "../recent/page"; -import Input from "../search/page"; - -export default async function Anime() { - return ( - <div> - <Input /> - <Trending /> - <Releases /> - </div> - ); -} |