1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-10 06:08:34 +02:00
bitwarden-browser/src/app/organizations/tools/tools.component.ts

8 lines
164 B
TypeScript
Raw Normal View History

2018-07-06 16:21:08 +02:00
import { Component } from '@angular/core';
2018-07-05 20:40:53 +02:00
@Component({
selector: 'app-org-tools',
templateUrl: 'tools.component.html',
})
export class ToolsComponent { }