mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(landing): remove banner imports after rebase
This commit is contained in:
parent
a3e998168e
commit
7373aa1cb5
1 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ import { ContactSectionComponent } from './contact-section/contact-section.compo
|
||||||
import { OurProjectsSectionComponent } from './our-projects-section/our-projects-section.component';
|
import { OurProjectsSectionComponent } from './our-projects-section/our-projects-section.component';
|
||||||
import { LandingHomeRoutingModule } from './landing-home-routing.module';
|
import { LandingHomeRoutingModule } from './landing-home-routing.module';
|
||||||
import { NgxLandingSectionsContainerComponent } from './sections-container/ngx-landing-sections-container.component';
|
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';
|
import { BackendBundlesSectionComponent } from './backend-bundles-section/backend-bundles-section.component';
|
||||||
// components
|
// components
|
||||||
|
|
||||||
|
|
@ -39,7 +38,6 @@ const COMPONENTS = [
|
||||||
OurProjectsSectionComponent,
|
OurProjectsSectionComponent,
|
||||||
SocialSectionComponent,
|
SocialSectionComponent,
|
||||||
ContactSectionComponent,
|
ContactSectionComponent,
|
||||||
BannerComponent,
|
|
||||||
BackendBundlesSectionComponent,
|
BackendBundlesSectionComponent,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue