mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update dummy module
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { InputVerbatimDirective } from './directives/input-verbatim.directive';
|
||||
import { TrueFalseValueDirective } from './directives/true-false-value.directive';
|
||||
|
||||
@NgModule({
|
||||
imports: [],
|
||||
declarations: [
|
||||
InputVerbatimDirective,
|
||||
TrueFalseValueDirective,
|
||||
],
|
||||
})
|
||||
export class DummyModule {
|
||||
|
||||
Reference in New Issue
Block a user