mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-13 21:19:12 +08:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-tabs',
|
|
templateUrl: 'tabs.component.html',
|
|
})
|
|
export class TabsComponent { }
|