if your component class is in this path: The livewire class (app/Livewire/Productos.php)
The problem might be in the namespace declaration inside of the Products.php file.
You have it declared wrong with: App\Http\Livewire
. It should be: App\Livewire