mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-24 00:59:35 -06:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { Component } from '@angular/core'
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { NgbModal, NgbModule } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { ActivatedRoute } from '@angular/router'
|
||||
import { RouterTestingModule } from '@angular/router/testing'
|
||||
import { NgbModal, NgbModule } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { DirtyComponent } from '@ngneat/dirty-check-forms'
|
||||
import { routes } from '../app-routing.module'
|
||||
import { ConfirmDialogComponent } from '../components/common/confirm-dialog/confirm-dialog.component'
|
||||
import { DirtyFormGuard } from './dirty-form.guard'
|
||||
import { DirtyComponent } from '@ngneat/dirty-check-forms'
|
||||
import { ActivatedRoute } from '@angular/router'
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
@Component({})
|
||||
class GenericDirtyComponent implements DirtyComponent {
|
||||
|
||||
Reference in New Issue
Block a user