1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/src/app/tools/tools.component.ts

10 lines
165 B
TypeScript
Raw Normal View History

2018-06-10 05:33:12 +02:00
import {
Component,
} from '@angular/core';
@Component({
selector: 'app-tools',
templateUrl: 'tools.component.html',
})
export class ToolsComponent { }