1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00
Files
web/src/app/organizations/organizations.module.ts
2018-07-03 12:34:20 -04:00

13 lines
243 B
TypeScript

import { NgModule } from '@angular/core';
import { VaultComponent } from './vault.component';
@NgModule({
declarations: [
VaultComponent,
],
entryComponents: [],
providers: [],
})
export class OrganizationsModule { }