@@ -20,8 +20,6 @@ |
||
20 | 20 | use Nette\Bridges; |
21 | 21 | use Nette\ComponentModel; |
22 | 22 | use Nette\Forms; |
23 | -use Nette\Localization; |
|
24 | - |
|
25 | 23 | use IPub\ConfirmationDialog; |
26 | 24 | use IPub\ConfirmationDialog\Exceptions; |
27 | 25 | use IPub\ConfirmationDialog\Storage; |
@@ -18,9 +18,7 @@ |
||
18 | 18 | |
19 | 19 | use Nette\Application; |
20 | 20 | use Nette\Bridges; |
21 | -use Nette\Localization; |
|
22 | 21 | use Nette\Utils; |
23 | - |
|
24 | 22 | use IPub\ConfirmationDialog\Exceptions; |
25 | 23 | |
26 | 24 | /** |