1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

chore(deps): remove lodash-es dependency [EE-2560] (#6576)

This commit is contained in:
Chaim Lev-Ari 2022-05-12 08:44:53 +03:00 committed by GitHub
parent 16f8b737f1
commit b01180bb29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 19 additions and 41 deletions

View file

@ -1,5 +1,5 @@
import { CellProps, Column, TableInstance } from 'react-table';
import _ from 'lodash-es';
import _ from 'lodash';
import { useSref } from '@uirouter/react';
import { useEnvironment } from '@/portainer/environments/useEnvironment';