Route::get('/', [HomeComponent::class, 'index']);
Maybe something like this? Sharing because I was getting that error from not having it wrapped in an array.