From bc2963f9e76a4000e3f1747b6fa4affdebba3956 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 07:08:55 +0530 Subject: prettified the code :) --- src/app/info/page.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/info/page.js') 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 ( -
+

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

- ) -} \ No newline at end of file + ); +} -- cgit v1.2.3