From f25f42f0960847a1e1bb453a2581e19baa625474 Mon Sep 17 00:00:00 2001 From: 7underlines Date: Tue, 17 Sep 2024 19:07:31 +0200 Subject: [PATCH] fix: eslint --- .../module/blog-module/elements/blog-categories/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/app/administration/src/module/blog-module/elements/blog-categories/config/index.js b/src/Resources/app/administration/src/module/blog-module/elements/blog-categories/config/index.js index d8eedb0..900f5f1 100755 --- a/src/Resources/app/administration/src/module/blog-module/elements/blog-categories/config/index.js +++ b/src/Resources/app/administration/src/module/blog-module/elements/blog-categories/config/index.js @@ -2,7 +2,7 @@ import template from './sw-cms-el-config-categories.html.twig'; import './sw-cms-el-config-categories.scss'; const { Component, Mixin } = Shopware; -const { EntityCollection, Criteria } = Shopware.Data; +// const { EntityCollection, Criteria } = Shopware.Data; Component.register('sw-cms-el-config-categories', { template,