aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-25 08:20:20 +0200
committerChocobozzz <me@florianbigard.com>2022-10-25 08:20:20 +0200
commit716c57d4448481ba743f1b2e2c1d38cecd29d957 (patch)
treedc179828968c1a5854dceadf998985d2bcf05640
parent3b1995a2d08012f07032c65384640578c8e39571 (diff)
downloadPeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.tar.gz
PeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.tar.zst
PeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.zip
Don't import all lodash
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.ts2
1 files changed, 1 insertions, 1 deletions
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 f5262da86..b1afc8211 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 @@
1import { uniqBy } from 'lodash' 1import uniqBy from 'lodash/uniqBy'
2import { concat, Observable } from 'rxjs' 2import { concat, Observable } from 'rxjs'
3import { tap, toArray } from 'rxjs/operators' 3import { tap, toArray } from 'rxjs/operators'
4import { Component, OnInit, ViewChild } from '@angular/core' 4import { Component, OnInit, ViewChild } from '@angular/core'