mirror of
https://github.com/bitwarden/web
synced 2025-12-29 06:33:28 +00:00
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-tools',
|
|
templateUrl: 'tools.component.html',
|
|
})
|
|
export class ToolsComponent { }
|