From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 2 Jul 2025 19:01:55 +0000 (-0700) Subject: Update pdf-editor.component.ts X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ccbaa4b521e727adf213aa4ea077cc99fd5058e;p=thirdparty%2Fpaperless-ngx.git Update pdf-editor.component.ts --- diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.ts b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.ts index 3b52c4947..32cc70760 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.ts +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.ts @@ -3,7 +3,6 @@ import { DragDropModule, moveItemInArray, } from '@angular/cdk/drag-drop' -import { CommonModule } from '@angular/common' import { Component, inject } from '@angular/core' import { FormsModule } from '@angular/forms' import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap' @@ -25,7 +24,6 @@ interface PageOperation { templateUrl: './pdf-editor.component.html', styleUrl: './pdf-editor.component.scss', imports: [ - CommonModule, DragDropModule, FormsModule, PdfViewerModule,