mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { NgbModal, NgbModule } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { RouterTestingModule } from '@angular/router/testing'
|
||||
import { routes } from '../app-routing.module'
|
||||
import { Component } from '@angular/core'
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { RouterTestingModule } from '@angular/router/testing'
|
||||
import { NgbModal, NgbModule } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { routes } from '../app-routing.module'
|
||||
import { ComponentCanDeactivate, DirtyDocGuard } from './dirty-doc.guard'
|
||||
|
||||
@Component({})
|
||||
|
Reference in New Issue
Block a user