mirror of
https://github.com/bitwarden/web
synced 2026-03-02 11:21:24 +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 { }
|