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 @@
|
|||
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