Don't import all lodash

pull/5378/head
Chocobozzz 2022-10-25 08:20:20 +02:00
parent 3b1995a2d0
commit 716c57d444
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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