1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Cherry pick pending PR for tabs component [CL-17] Tabs - Routing

This commit is contained in:
Vincent Salucci
2022-06-22 10:03:54 -05:00
committed by Shane Melton
parent 59eac668a7
commit bb4ccadbe0
10 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { Component } from "@angular/core";
@Component({
selector: "bit-tab-group",
templateUrl: "./tab-group.component.html",
})
export class TabGroupComponent {}