diff --git a/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php b/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php index 87495c4db..7f1bf1569 100644 --- a/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php +++ b/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php @@ -8,10 +8,8 @@ use EMS\CommonBundle\Storage\StorageManager; use EMS\CoreBundle\Entity\WysiwygStylesSet; use EMS\CoreBundle\Service\WysiwygStylesSetService; -use EMS\Helpers\File\File; use EMS\Helpers\Html\Headers; use EMS\Helpers\Standard\Json; -use EMS\Helpers\Standard\Type; use ScssPhp\ScssPhp\Compiler; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request;