diff --git a/src/App.svelte b/src/App.svelte
index 6d6734c..11ac171 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -25,7 +25,6 @@
let searchValue = '';
function handleSearch(event) {
- // Update the searchValue with the value received from the child component
searchValue = event.detail;
}
diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte
index f337ceb..0ae249c 100644
--- a/src/components/Navbar.svelte
+++ b/src/components/Navbar.svelte
@@ -13,13 +13,14 @@