mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-16 01:11:25 +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