mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
add missing import (#11549)
This commit is contained in:
parent
28691ae2b3
commit
7afc99da1e
@ -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,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user