Sleeeeeep ZZZ

This commit is contained in:
Victor Turgeon
2022-10-18 01:19:39 -07:00
parent b9787c7aff
commit 4e61ad4aa3
4 changed files with 23 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ const Morceaux = (startingProducts) => {
}
fetchData();
setIsLoading(false);
},[]);
}, []);
const handleNextItems = async () => {