Fix: found a couple more missing components

This commit is contained in:
shamoon
2025-01-03 16:55:35 -08:00
parent 2a1c6bf0ca
commit 7fbe4d0aad
5 changed files with 69 additions and 53 deletions

View File

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