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