No se encontró un componente de Livewire

-Check your class name propely(if any spelling mistake made).
-Check header in class defined or not.
-If component is not there then create one:
					php artisan make:liveware component_name
kinjal suryavanshi