DashboardController: useless use of use

This commit is contained in:
Thomas Gelf 2021-03-10 21:46:09 +01:00
parent cd55a65a9c
commit 41f428e86b
1 changed files with 0 additions and 2 deletions

View File

@ -3,9 +3,7 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Tabs\MainTabs;
use Icinga\Module\Director\Web\Widget\HealthCheckPluginOutput;
use Icinga\Module\Director\Dashboard\Dashboard;
use Icinga\Module\Director\Health;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Web\Form\DbSelectorForm;