Removes unnecessary module.
This commit is contained in:
parent
6c6114f0a1
commit
eec40792d0
|
@ -1,14 +0,0 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { CommonUiModule } from '../../../common/ui/common-ui.module';
|
||||
import { ContactContentComponent } from './contact-content.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonUiModule, FormsModule, ReactiveFormsModule],
|
||||
declarations: [ContactContentComponent],
|
||||
exports: [ContactContentComponent],
|
||||
entryComponents: [ContactContentComponent]
|
||||
})
|
||||
export class ContactContentModule {
|
||||
constructor() { }
|
||||
}
|
Loading…
Reference in New Issue