mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "app-enterprise2-content",
|
|
templateUrl: "enterprise2-content.component.html",
|
|
})
|
|
export class Enterprise2ContentComponent {}
|