Delete unused notification components and update notification navbar

This commit is contained in:
Andras Bacsai
2024-03-22 13:25:43 +01:00
parent 2f50f64ecf
commit ec051eba38
14 changed files with 55 additions and 58 deletions

View File

@@ -1,13 +0,0 @@
<?php
namespace App\Livewire\Team\Notification;
use Livewire\Component;
class Index extends Component
{
public function render()
{
return view('livewire.team.notification.index');
}
}