remove conflicting components module
This commit is contained in:
parent
9e540f774b
commit
724db2aafd
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { PostComponent } from './post/post';
|
||||
@NgModule({
|
||||
declarations: [PostComponent],
|
||||
imports: [],
|
||||
exports: [PostComponent]
|
||||
})
|
||||
export class ComponentsModule {}
|
Reference in a new issue