feat: remove producthunt banner (#2019)

This commit is contained in:
Sergey Andrievskiy 2019-01-25 08:58:54 +03:00 committed by GitHub
parent ae6bcc76a8
commit a3f5d4f32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 307 deletions

View file

@ -23,7 +23,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';
// components
const COMPONENTS = [
@ -37,7 +36,6 @@ const COMPONENTS = [
OurProjectsSectionComponent,
SocialSectionComponent,
ContactSectionComponent,
BannerComponent,
];
@NgModule({