mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { DOCUMENT } from '@angular/common'
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { EventManager } from '@angular/platform-browser'
|
||||
import { DOCUMENT } from '@angular/common'
|
||||
|
||||
import { HotKeyService } from './hot-key.service'
|
||||
import { NgbModal, NgbModalModule } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { HotKeyService } from './hot-key.service'
|
||||
|
||||
describe('HotKeyService', () => {
|
||||
let service: HotKeyService
|
||||
|
||||
Reference in New Issue
Block a user