avoid including all of the util-decorators in the bundle

This commit is contained in:
Eugene Pankov
2021-07-08 22:03:25 +02:00
parent 72874a1e84
commit 47dba5b52c
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { Observable, debounceTime, distinctUntilChanged, map } from 'rxjs'
import { debounce } from 'utils-decorators/dist/cjs'
import { debounce } from 'utils-decorators/dist/esm/debounce/debounce'
import { Component } from '@angular/core'
import { ConfigService, getCSSFontFamily, PlatformService } from 'tabby-core'