]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Don't import all lodash
authorChocobozzz <me@florianbigard.com>
Tue, 25 Oct 2022 06:20:20 +0000 (08:20 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 25 Oct 2022 06:20:20 +0000 (08:20 +0200)
client/src/app/+my-library/my-videos/my-videos.component.ts

index f5262da86216296d31ac9413057f62740c6209d7..b1afc8211eab4c41dda4e08d7dfa30c47d78594b 100644 (file)
@@ -1,4 +1,4 @@
-import { uniqBy } from 'lodash'
+import uniqBy from 'lodash/uniqBy'
 import { concat, Observable } from 'rxjs'
 import { tap, toArray } from 'rxjs/operators'
 import { Component, OnInit, ViewChild } from '@angular/core'