Chore: add prettier organize imports

This commit is contained in:
shamoon
2024-12-13 00:27:30 -08:00
parent 9e4bc05a24
commit 8cd09ba10d
243 changed files with 1571 additions and 1546 deletions

View File

@@ -1,9 +1,9 @@
import { TestBed } from '@angular/core/testing'
import { CsrfInterceptor } from './csrf.interceptor'
import { Meta } from '@angular/platform-browser'
import { HttpEvent, HttpRequest } from '@angular/common/http'
import { of } from 'rxjs'
import { TestBed } from '@angular/core/testing'
import { Meta } from '@angular/platform-browser'
import { CookieService } from 'ngx-cookie-service'
import { of } from 'rxjs'
import { CsrfInterceptor } from './csrf.interceptor'
describe('CsrfInterceptor', () => {
let interceptor: CsrfInterceptor