mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
10 lines
154 B
TypeScript
10 lines
154 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "app-root",
|
|
template: "",
|
|
})
|
|
export class AppComponent {
|
|
title = "components";
|
|
}
|