mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 12:37:08 +01:00
Chore: add prettier organize imports
This commit is contained in:
parent
9e4bc05a24
commit
8cd09ba10d
243 changed files with 1571 additions and 1546 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import {
|
||||
HttpTestingController,
|
||||
provideHttpClientTesting,
|
||||
} from '@angular/common/http/testing'
|
||||
import { Subscription } from 'rxjs'
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { environment } from 'src/environments/environment'
|
||||
import { SearchService } from './search.service'
|
||||
import { SettingsService } from '../settings.service'
|
||||
import { Subscription } from 'rxjs'
|
||||
import { SETTINGS_KEYS } from 'src/app/data/ui-settings'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import { environment } from 'src/environments/environment'
|
||||
import { SettingsService } from '../settings.service'
|
||||
import { SearchService } from './search.service'
|
||||
|
||||
let httpTestingController: HttpTestingController
|
||||
let service: SearchService
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue