diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-25 08:20:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-25 08:20:20 +0200 |
commit | 716c57d4448481ba743f1b2e2c1d38cecd29d957 (patch) | |
tree | dc179828968c1a5854dceadf998985d2bcf05640 /client/src/app/+my-library | |
parent | 3b1995a2d08012f07032c65384640578c8e39571 (diff) | |
download | PeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.tar.gz PeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.tar.zst PeerTube-716c57d4448481ba743f1b2e2c1d38cecd29d957.zip |
Don't import all lodash
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 2 |
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 @@ | |||
1 | import { uniqBy } from 'lodash' | 1 | import uniqBy from 'lodash/uniqBy' |
2 | import { concat, Observable } from 'rxjs' | 2 | import { concat, Observable } from 'rxjs' |
3 | import { tap, toArray } from 'rxjs/operators' | 3 | import { tap, toArray } from 'rxjs/operators' |
4 | import { Component, OnInit, ViewChild } from '@angular/core' | 4 | import { Component, OnInit, ViewChild } from '@angular/core' |