mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
update dummy module
This commit is contained in:
parent
4c083eeb92
commit
fe3a878542
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user