1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00: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 {
}