mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
summy module
This commit is contained in:
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 {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user