mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Add missing import for ProxyTypes enum in Navbar component
This commit is contained in:
parent
e110e32320
commit
b1a4853e03
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue