mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "bit-table",
|
|
templateUrl: "./table.component.html",
|
|
})
|
|
export class TableComponent {}
|