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