mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-31 06:26:59 +00:00
avoid including all of the util-decorators in the bundle
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user