1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-05 09:10:53 +01:00
This commit is contained in:
Kyle Spearrin 2018-04-26 00:43:01 -04:00
parent 7b5d3eb15c
commit 983a7b474c

View File

@ -0,0 +1,12 @@
import { NgModule } from '@angular/core';
import { InputVerbatimDirective } from './directives/input-verbatim.directive';
@NgModule({
imports: [],
declarations: [
InputVerbatimDirective,
],
})
export class DummyModule {
}