@@ -10,8 +10,6 @@ |
||
10 | 10 | use WebinoAppLib\Response\Content\SourcePreview; |
11 | 11 | use WebinoAppLib\Router\DefaultRoute; |
12 | 12 | use WebinoExamplesLib\Html\FieldSetScrollBox; |
13 | -use WebinoHtmlLib\Html; |
|
14 | -use WebinoExamplesLib\Html\ScrollBox; |
|
15 | 13 | use WebinoConfigLib\Feature\Log; |
16 | 14 | use WebinoConfigLib\Feature\Logger; |
17 | 15 | use WebinoLogLib\LoggerAwareInterface; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | * Webino Example |
5 | 5 | */ |
6 | 6 | |
7 | -use WebinoAppLib\Application\CoreConfig; |
|
8 | 7 | use WebinoAppLib\Event\RouteEvent; |
9 | 8 | use WebinoAppLib\Feature\Service; |
10 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | * Webino Example |
5 | 5 | */ |
6 | 6 | |
7 | -use WebinoAppLib\Application\CoreConfig; |
|
8 | 7 | use WebinoAppLib\Event\RouteEvent; |
9 | 8 | use WebinoAppLib\Factory\AbstractFactory; |
10 | 9 | use WebinoAppLib\Feature\Service; |
@@ -4,9 +4,7 @@ |
||
4 | 4 | * Webino Example |
5 | 5 | */ |
6 | 6 | |
7 | -use WebinoAppLib\Application\CoreConfig; |
|
8 | 7 | use WebinoAppLib\Event\RouteEvent; |
9 | -use WebinoAppLib\Factory\AbstractFactory; |
|
10 | 8 | use WebinoAppLib\Feature\Service; |
11 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
12 | 10 | use WebinoAppLib\Router\DefaultRoute; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | * Webino Example |
5 | 5 | */ |
6 | 6 | |
7 | -use WebinoAppLib\Application\CoreConfig; |
|
8 | 7 | use WebinoAppLib\Event\RouteEvent; |
9 | 8 | use WebinoAppLib\Feature\Service; |
10 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | * Webino Example |
5 | 5 | */ |
6 | 6 | |
7 | -use WebinoAppLib\Application\CoreConfig; |
|
8 | 7 | use WebinoAppLib\Event\RouteEvent; |
9 | 8 | use WebinoAppLib\Factory\AbstractFactory; |
10 | 9 | use WebinoAppLib\Feature\Service; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | $note = 'Webino™ is brought to you thanks to authors and contributors ' |
49 | - . 'of above third-party libraries also.'; |
|
49 | + . 'of above third-party libraries also.'; |
|
50 | 50 | |
51 | 51 | $cli |
52 | 52 | ->border() |