From 6f86c94b6246671597de954725cba199bdb39f0b Mon Sep 17 00:00:00 2001 From: Zouhair Fouiguira Date: Fri, 27 Oct 2023 01:08:19 +0100 Subject: [PATCH] test commit to see branch :/ --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 5be054f..5cb8831 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,7 @@ const App = () => { const [movies, setMovies] = useState([]); useEffect(() => { - searchMovies("Narcos"); + searchMovies("Marvel"); }, []); const searchMovies = async (title) => {