mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
remove dummy module
This commit is contained in:
parent
cd3c2ddff1
commit
d875b9aeb0
@ -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 {
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user