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