feat(app): add auto video & image search

This commit is contained in:
ItzCrazyKns
2025-02-15 11:29:59 +05:30
parent 41d056e755
commit 5cbc512322
3 changed files with 24 additions and 8 deletions

View File

@ -42,6 +42,7 @@ const Searchvideos = ({
<>
{!loading && videos === null && (
<button
id="search-videos"
onClick={async () => {
setLoading(true);