@@ -14,7 +14,6 @@ |
||
14 | 14 | use hiqdev\thememanager\models\Settings; |
15 | 15 | use hiqdev\thememanager\Module; |
16 | 16 | use hiqdev\thememanager\storage\SettingsStorageInterface; |
17 | -use hiqdev\thememanager\ThemeManager; |
|
18 | 17 | use Yii; |
19 | 18 | use yii\web\Response; |
20 | 19 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use yii\base\InvalidConfigException; |
17 | 17 | use yii\web\AssetBundle; |
18 | 18 | use yii\web\Controller; |
19 | -use yii\web\Request; |
|
20 | 19 | |
21 | 20 | /** |
22 | 21 | * Theme Manager. Provides:. |