Chore: add prettier organize imports

This commit is contained in:
shamoon 2024-12-13 00:27:30 -08:00
parent 9e4bc05a24
commit 8cd09ba10d
No known key found for this signature in database
243 changed files with 1571 additions and 1546 deletions

View file

@ -1,12 +1,12 @@
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 { Subscription } from 'rxjs'
import { environment } from 'src/environments/environment'
import { LogService } from './log.service'
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
let httpTestingController: HttpTestingController
let service: LogService