1
0
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:
Jordan Aasen
2024-10-15 02:20:11 -07:00
committed by GitHub
parent 28691ae2b3
commit 7afc99da1e

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