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