1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

prod build fixes

This commit is contained in:
Kyle Spearrin
2018-06-11 08:54:48 -04:00
parent 894ab16b35
commit d21540878e
4 changed files with 15 additions and 5 deletions

12
src/app/dummy.module.ts Normal file
View File

@@ -0,0 +1,12 @@
import { NgModule } from '@angular/core';
import { ModalComponent } from 'jslib/angular/components/modal.component';
@NgModule({
imports: [],
declarations: [
ModalComponent,
],
})
export class DummyModule {
}