mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Import OrganizationBadgeModule in VaultModule (#3316)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { CiphersComponent } from "./ciphers.component";
|
||||
import { OrganizationBadgeModule } from "./organization-badge/organization-badge.module";
|
||||
import { VaultSharedModule } from "./shared/vault-shared.module";
|
||||
import { VaultRoutingModule } from "./vault-routing.module";
|
||||
import { VaultComponent } from "./vault.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [VaultSharedModule, VaultRoutingModule],
|
||||
imports: [VaultSharedModule, VaultRoutingModule, OrganizationBadgeModule],
|
||||
declarations: [VaultComponent, CiphersComponent],
|
||||
exports: [VaultComponent],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user