1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 06:33:28 +00:00
Files
web/src/app/tools/tools.component.ts
2018-07-06 10:21:08 -04:00

8 lines
160 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-tools',
templateUrl: 'tools.component.html',
})
export class ToolsComponent { }