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:
committed by
Shane Melton
parent
59eac668a7
commit
bb4ccadbe0
7
libs/components/src/tabs/tab-group.component.ts
Normal file
7
libs/components/src/tabs/tab-group.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
@Component({
|
||||
selector: "bit-tab-group",
|
||||
templateUrl: "./tab-group.component.html",
|
||||
})
|
||||
export class TabGroupComponent {}
|
||||
Reference in New Issue
Block a user