1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

tools pages stubbed out

This commit is contained in:
Kyle Spearrin
2018-06-09 23:33:12 -04:00
parent a176a4819f
commit 945d661a1e
8 changed files with 68 additions and 0 deletions

View File

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