Fix lodash import
This commit is contained in:
parent
e4d9696af5
commit
8fac9adc13
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue