mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
add missing import (#11549)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { Component } from "@angular/core";
|
import { Component } from "@angular/core";
|
||||||
|
import { RouterModule } from "@angular/router";
|
||||||
|
|
||||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||||
import { ItemModule } from "@bitwarden/components";
|
import { ItemModule } from "@bitwarden/components";
|
||||||
@@ -22,6 +23,7 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co
|
|||||||
PopupHeaderComponent,
|
PopupHeaderComponent,
|
||||||
PopupPageComponent,
|
PopupPageComponent,
|
||||||
PopupFooterComponent,
|
PopupFooterComponent,
|
||||||
|
RouterModule,
|
||||||
ItemModule,
|
ItemModule,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user