From 8fac9adc1310a64746a814945ee25158fc31938a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 31 Oct 2022 16:07:37 +0100 Subject: Fix lodash import --- client/src/app/+my-library/my-videos/my-videos.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts index b1afc8211..bcfc66099 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.ts +++ b/client/src/app/+my-library/my-videos/my-videos.component.ts @@ -1,4 +1,4 @@ -import uniqBy from 'lodash/uniqBy' +import { uniqBy } from 'lodash-es' import { concat, Observable } from 'rxjs' import { tap, toArray } from 'rxjs/operators' import { Component, OnInit, ViewChild } from '@angular/core' -- cgit v1.2.3