bitwarden-estensione-browser/apps/browser/src/platform/popup/layout/popup-footer.component.ts

10 lines
206 B
TypeScript

import { Component } from "@angular/core";
@Component({
selector: "popup-footer",
templateUrl: "popup-footer.component.html",
standalone: true,
imports: [],
})
export class PopupFooterComponent {}