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