diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd55aa0f..28489c7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored the rule component to standalone - Refactored the rules component to standalone - Refactored the subscription interstitial dialog component to standalone +- Removed the `IonIcon` import from the landing page ### Fixed diff --git a/apps/client/src/app/pages/landing/landing-page.component.ts b/apps/client/src/app/pages/landing/landing-page.component.ts index 3b5f95a16..f16a9c14a 100644 --- a/apps/client/src/app/pages/landing/landing-page.component.ts +++ b/apps/client/src/app/pages/landing/landing-page.component.ts @@ -12,7 +12,6 @@ import { Component, OnDestroy, OnInit } from '@angular/core'; import { MatButtonModule } from '@angular/material/button'; import { MatCardModule } from '@angular/material/card'; import { RouterModule } from '@angular/router'; -import { IonIcon } from '@ionic/angular/standalone'; import { format } from 'date-fns'; import { addIcons } from 'ionicons'; import { @@ -31,7 +30,6 @@ import { Subject } from 'rxjs'; GfLogoComponent, GfValueComponent, GfWorldMapChartComponent, - IonIcon, MatButtonModule, MatCardModule, RouterModule