Fix lodash import

pull/5386/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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'