fix(landing): remove banner imports after rebase

This commit is contained in:
u.ahmetvaliyev 2019-01-25 12:30:09 +03:00
parent a3e998168e
commit 7373aa1cb5

View file

@ -24,7 +24,6 @@ import { ContactSectionComponent } from './contact-section/contact-section.compo
import { OurProjectsSectionComponent } from './our-projects-section/our-projects-section.component';
import { LandingHomeRoutingModule } from './landing-home-routing.module';
import { NgxLandingSectionsContainerComponent } from './sections-container/ngx-landing-sections-container.component';
import { BannerComponent } from './banner/banner.component';
import { BackendBundlesSectionComponent } from './backend-bundles-section/backend-bundles-section.component';
// components
@ -39,7 +38,6 @@ const COMPONENTS = [
OurProjectsSectionComponent,
SocialSectionComponent,
ContactSectionComponent,
BannerComponent,
BackendBundlesSectionComponent,
];