aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/searchBar.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-12 14:06:09 +0530
committerreal-zephex <[email protected]>2024-04-12 14:06:09 +0530
commit8384b873a00b54190456c1274ec0b5654265b13f (patch)
tree7ba378b9d7723b6c655273f456ca6e67c710df69 /src/app/manga/searchBar.jsx
parentminor fixes (diff)
downloaddramalama-8384b873a00b54190456c1274ec0b5654265b13f.tar.xz
dramalama-8384b873a00b54190456c1274ec0b5654265b13f.zip
minor fixes
Diffstat (limited to 'src/app/manga/searchBar.jsx')
-rw-r--r--src/app/manga/searchBar.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/manga/searchBar.jsx b/src/app/manga/searchBar.jsx
index fa0962a..7fb4ad1 100644
--- a/src/app/manga/searchBar.jsx
+++ b/src/app/manga/searchBar.jsx
@@ -5,6 +5,8 @@ import styles from "./manga.module.css";
import { useState } from "react";
import { useRouter } from "next/navigation";
+// This is the search bar for the mangapage. Nothing extraordinary but just an input box and a search icon. Gets the work done.
+
export default function SearchBar() {
const router = useRouter();