@@ -4,9 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Pimple\Container; |
| 6 | 6 | use Pimple\ServiceProviderInterface; |
| 7 | - |
|
| 8 | 7 | use Charcoal\Factory\GenericFactory as Factory; |
| 9 | - |
|
| 10 | 8 | use Charcoal\Ui\Dashboard\DashboardBuilder; |
| 11 | 9 | use Charcoal\Ui\Dashboard\DashboardInterface; |
| 12 | 10 | use Charcoal\Ui\Dashboard\GenericDashboard; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Charcoal\Ui\Form\FormBuilder; |
| 14 | 14 | use Charcoal\Ui\Form\FormInterface; |
| 15 | 15 | use Charcoal\Ui\Form\GenericForm; |
| 16 | -use Charcoal\Ui\FormGroup\FormGroupBuilder; |
|
| 17 | 16 | use Charcoal\Ui\FormGroup\FormGroupInterface; |
| 18 | 17 | use Charcoal\Ui\FormGroup\GenericFormGroup; |
| 19 | 18 | use Charcoal\Ui\FormInput\FormInputBuilder; |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Charcoal\Ui\Dashboard; |
| 4 | 4 | |
| 5 | -use InvalidArgumentException; |
|
| 6 | - |
|
| 7 | 5 | // From 'charcoal-ui' |
| 8 | 6 | use Charcoal\Ui\AbstractUiItem; |
| 9 | 7 | use Charcoal\Ui\Dashboard\DashboardInterface; |