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