remove conflicting components module

This commit is contained in:
Morgan McMillian 2018-11-20 15:15:20 -08:00
parent 9e540f774b
commit 724db2aafd

View file

@ -1,8 +0,0 @@
import { NgModule } from '@angular/core';
import { PostComponent } from './post/post';
@NgModule({
declarations: [PostComponent],
imports: [],
exports: [PostComponent]
})
export class ComponentsModule {}