mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat: remove producthunt banner (#2019)
This commit is contained in:
parent
ae6bcc76a8
commit
a3f5d4f32b
9 changed files with 0 additions and 307 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue