aboutsummaryrefslogtreecommitdiff
path: root/lib/admin/src/feedProperties/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/admin/src/feedProperties/index.ts')
-rw-r--r--lib/admin/src/feedProperties/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/admin/src/feedProperties/index.ts b/lib/admin/src/feedProperties/index.ts
index 733acde..58ee179 100644
--- a/lib/admin/src/feedProperties/index.ts
+++ b/lib/admin/src/feedProperties/index.ts
@@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-import { cloneDeep, filter, forEach, isEmpty, join, map } from 'lodash';
+import { cloneDeep, filter, forEach, isEmpty, join, map } from 'lodash-es';
import { watch, Ref, ref } from 'vue';
import { FeedProperty, XmlPropertyContainer } from '../types';