Update preview-popup.component.spec.ts

This commit is contained in:
shamoon 2024-10-28 23:28:29 -07:00
parent 62e57661e1
commit 7c67868c26

View File

@ -7,7 +7,7 @@ import { SettingsService } from 'src/app/services/settings.service'
import { SETTINGS_KEYS } from 'src/app/data/ui-settings'
import { provideHttpClientTesting } from '@angular/common/http/testing'
import { DocumentService } from 'src/app/services/rest/document.service'
import { NgxBootstrapIconsModule, allIcons, archive } from 'ngx-bootstrap-icons'
import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons'
import { PdfViewerModule } from 'ng2-pdf-viewer'
import {
HttpClient,