mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
10 lines
207 B
PHP
10 lines
207 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\Web\Component;
|
|
|
|
use Icinga\Module\Businessprocess\Html\Renderable;
|
|
use Icinga\Web\Widget\Tabs as WebTabs;
|
|
|
|
class Tabs extends WebTabs implements Renderable
|
|
{
|
|
}
|