diff options
Diffstat (limited to 'src/app/info/page.js')
| -rw-r--r-- | src/app/info/page.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/app/info/page.js b/src/app/info/page.js deleted file mode 100644 index 9004ade..0000000 --- a/src/app/info/page.js +++ /dev/null @@ -1,11 +0,0 @@ -import "./info.css"; - -export default function Info() { - return ( - <div className="infoPageContainer"> - <p> - This is the anime info page. This page will display information about the queried anime when anime id is passed along the url. - </p> - </div> - ); -} |