@@ -11,7 +11,6 @@ |
||
11 | 11 | use Ajax\bootstrap\components\Tab; |
12 | 12 | use Ajax\bootstrap\components\Carousel; |
13 | 13 | use Ajax\bootstrap\components\Collapse; |
14 | -use Ajax\Bootstrap; |
|
15 | 14 | use Ajax\common\components\SimpleComponent; |
16 | 15 | |
17 | 16 | trait BootstrapComponentsTrait { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Ajax\semantic\html\base\HtmlSemCollection; |
10 | 10 | use Ajax\semantic\html\base\traits\TextAlignmentTrait; |
11 | 11 | use Ajax\semantic\html\content\HtmlGridCol; |
12 | -use Ajax\semantic\html\elements\HtmlDivider; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * Semantic Grid component |