summaryrefslogtreecommitdiff
path: root/lib/client/src/channels.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/src/channels.ts')
-rw-r--r--lib/client/src/channels.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client/src/channels.ts b/lib/client/src/channels.ts
index b5fb817..6ddecca 100644
--- a/lib/client/src/channels.ts
+++ b/lib/client/src/channels.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 { find, isEqual } from 'lodash';
+import { find, isEqual } from 'lodash-es';
import { CMNextApi, CMNextIndex, ChannelMeta } from './types'
export interface ChannelApi extends CMNextApi<ChannelMeta> {