diff options
Diffstat (limited to 'src/app/info/page.js')
| -rw-r--r-- | src/app/info/page.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/info/page.js b/src/app/info/page.js index 1468652..9004ade 100644 --- a/src/app/info/page.js +++ b/src/app/info/page.js @@ -1,11 +1,11 @@ -import './info.css' +import "./info.css"; export default function Info() { return ( - <div className='infoPageContainer'> + <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> - ) -}
\ No newline at end of file + ); +} |