mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-19 21:15:30 +00:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'
|
||||
|
||||
import { FileComponent } from './file.component'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import { provideHttpClientTesting } from '@angular/common/http/testing'
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import { FileComponent } from './file.component'
|
||||
|
||||
describe('FileComponent', () => {
|
||||
let component: FileComponent
|
||||
|
||||
Reference in New Issue
Block a user