]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update pdf-editor.component.ts
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 2 Jul 2025 19:01:55 +0000 (12:01 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Aug 2025 12:22:55 +0000 (08:22 -0400)
src-ui/src/app/components/common/pdf-editor/pdf-editor.component.ts

index 3b52c4947b16fa71a6b3dcfb2c48db921bd9119d..32cc707608b5650b0c23289719d925d9ae402cc2 100644 (file)
@@ -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,