diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-31 16:07:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-31 16:07:37 +0100 |
commit | 8fac9adc1310a64746a814945ee25158fc31938a (patch) | |
tree | e33bd27c8e6d5f60f3960a3e38888669357b92f0 /client/src/app | |
parent | e4d9696af5927af86943e551d6d88346494ae9bd (diff) | |
download | PeerTube-8fac9adc1310a64746a814945ee25158fc31938a.tar.gz PeerTube-8fac9adc1310a64746a814945ee25158fc31938a.tar.zst PeerTube-8fac9adc1310a64746a814945ee25158fc31938a.zip |
Fix lodash import
Diffstat (limited to 'client/src/app')
-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 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 @@ | |||
1 | import uniqBy from 'lodash/uniqBy' | 1 | import { uniqBy } from 'lodash-es' |
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' |