mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[CL-24] Add tables (#2950)
This commit is contained in:
7
libs/components/src/table/table.component.ts
Normal file
7
libs/components/src/table/table.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
@Component({
|
||||
selector: "bit-table",
|
||||
templateUrl: "./table.component.html",
|
||||
})
|
||||
export class TableComponent {}
|
||||
Reference in New Issue
Block a user