mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Fix: found a couple more missing components
This commit is contained in:
parent
2a1c6bf0ca
commit
7fbe4d0aad
5 changed files with 69 additions and 53 deletions
|
|
@ -6,6 +6,7 @@ import {
|
|||
NgbCollapseModule,
|
||||
NgbModal,
|
||||
NgbNavModule,
|
||||
NgbPaginationModule,
|
||||
NgbPopoverModule,
|
||||
} from '@ng-bootstrap/ng-bootstrap'
|
||||
import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
|
||||
|
|
@ -57,6 +58,7 @@ const FILTER_TARGETS = [
|
|||
NgTemplateOutlet,
|
||||
NgbCollapseModule,
|
||||
NgbNavModule,
|
||||
NgbPaginationModule,
|
||||
NgbPopoverModule,
|
||||
NgxBootstrapIconsModule,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue