mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
summy module
This commit is contained in:
parent
f5f32a13c1
commit
bbd051b7e5
12
src/app/dummy.module.ts
Normal file
12
src/app/dummy.module.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { InputVerbatimDirective } from 'jslib/angular/directives/input-verbatim.directive';
|
||||
|
||||
@NgModule({
|
||||
imports: [],
|
||||
declarations: [
|
||||
InputVerbatimDirective,
|
||||
],
|
||||
})
|
||||
export class DummyModule {
|
||||
}
|
Loading…
Reference in New Issue
Block a user