From 3acac648ad6f7c220a48ff9f92f42e814c2097ab Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 26 Mar 2024 13:21:55 +0530 Subject: restructured files --- src/app/info/page.jsx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/app/info/page.jsx (limited to 'src/app/info/page.jsx') diff --git a/src/app/info/page.jsx b/src/app/info/page.jsx deleted file mode 100644 index 9004ade..0000000 --- a/src/app/info/page.jsx +++ /dev/null @@ -1,11 +0,0 @@ -import "./info.css"; - -export default function Info() { - return ( -
-

- This is the anime info page. This page will display information about the queried anime when anime id is passed along the url. -

-
- ); -} -- cgit v1.2.3