1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-17 07:15:13 +02:00

add missing import (#11549)

This commit is contained in:
Jordan Aasen 2024-10-15 02:20:11 -07:00 committed by GitHub
parent 28691ae2b3
commit 7afc99da1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
],
})