mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
✨ Implement SeoTrait across components for improved SEO integration.
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
namespace App\Livewire\Helper;
|
||||
|
||||
use App\Traits\SeoTrait;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class FollowTheRabbit extends Component
|
||||
{
|
||||
use SeoTrait;
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.helper.follow-the-rabbit')->with([
|
||||
|
||||
Reference in New Issue
Block a user