mirror of https://github.com/bitwarden/web.git
4 changed files with 15 additions and 5 deletions
@ -1 +1 @@
@@ -1 +1 @@
|
||||
Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e |
||||
Subproject commit d875b9aeb0013ff0802c1a9a1e6a8eb2fb8ef156 |
||||
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core'; |
||||
|
||||
import { ModalComponent } from 'jslib/angular/components/modal.component'; |
||||
|
||||
@NgModule({ |
||||
imports: [], |
||||
declarations: [ |
||||
ModalComponent, |
||||
], |
||||
}) |
||||
export class DummyModule { |
||||
} |
||||
Loading…
Reference in new issue