mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Fix/Chore: replace file drop package (#9926)
This commit is contained in:
parent
2c9e690dfb
commit
0ab85b5122
13 changed files with 319 additions and 576 deletions
|
|
@ -135,7 +135,6 @@ import {
|
|||
} from 'ngx-bootstrap-icons'
|
||||
import { ColorSliderModule } from 'ngx-color/slider'
|
||||
import { CookieService } from 'ngx-cookie-service'
|
||||
import { NgxFileDropModule } from 'ngx-file-drop'
|
||||
import { TourNgBootstrapModule } from 'ngx-ui-tour-ng-bootstrap'
|
||||
import { AppRoutingModule } from './app/app-routing.module'
|
||||
import { AppComponent } from './app/app.component'
|
||||
|
|
@ -353,7 +352,6 @@ bootstrapApplication(AppComponent, {
|
|||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
PdfViewerModule,
|
||||
NgxFileDropModule,
|
||||
NgSelectModule,
|
||||
ColorSliderModule,
|
||||
TourNgBootstrapModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue