mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lodash import
This commit is contained in:
parent
e4d9696af5
commit
8fac9adc13
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user