diff --git a/docs/app/pages/home/landing-home.module.ts b/docs/app/pages/home/landing-home.module.ts index 18ea85b2..0b6cdc4c 100644 --- a/docs/app/pages/home/landing-home.module.ts +++ b/docs/app/pages/home/landing-home.module.ts @@ -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, ];