Fix/Chore: replace file drop package (#9926)

This commit is contained in:
shamoon 2025-05-12 23:05:34 -07:00 committed by GitHub
parent 2c9e690dfb
commit 0ab85b5122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 319 additions and 576 deletions

View file

@ -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,