1
0
mirror of https://github.com/bitwarden/web synced 2026-01-18 08:23:23 +00:00

my organization page

This commit is contained in:
Kyle Spearrin
2018-07-16 12:42:49 -04:00
parent a1d52af0ba
commit 786f6953e7
12 changed files with 288 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-org-settings',
templateUrl: 'settings.component.html',
})
export class SettingsComponent { }