Add missing import for ProxyTypes enum in Navbar component

This commit is contained in:
Andras Bacsai
2025-12-03 09:53:42 +01:00
parent e110e32320
commit b1a4853e03
+1
View File
@@ -5,6 +5,7 @@ namespace App\Livewire\Server;
use App\Actions\Proxy\CheckProxy;
use App\Actions\Proxy\StartProxy;
use App\Actions\Proxy\StopProxy;
use App\Enums\ProxyTypes;
use App\Models\Server;
use App\Services\ProxyDashboardCacheService;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;