1
0
Fork 0

Fix lodash import

This commit is contained in:
Chocobozzz 2022-10-31 16:07:37 +01:00
parent e4d9696af5
commit 8fac9adc13
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,4 +1,4 @@
import uniqBy from 'lodash/uniqBy' import { uniqBy } from 'lodash-es'
import { concat, Observable } from 'rxjs' import { concat, Observable } from 'rxjs'
import { tap, toArray } from 'rxjs/operators' import { tap, toArray } from 'rxjs/operators'
import { Component, OnInit, ViewChild } from '@angular/core' import { Component, OnInit, ViewChild } from '@angular/core'