diff --git a/Display/src/app/app.module.ts b/Display/src/app/app.module.ts
index c2832f2..800fd69 100644
--- a/Display/src/app/app.module.ts
+++ b/Display/src/app/app.module.ts
@@ -21,7 +21,6 @@ import { LaundryComponent } from './components/laundry/laundry.component';
import { DashboardComponent } from './components/dashboard/dashboard.component';
import { WeatherChartsComponent } from './components/weather/charts/weather-charts.component';
import { WeatherCurrentComponent } from './components/weather/current/weather-current.component';
-import { PressureTrendComponent } from './components/weather/pressure-trend/pressure-trend.component';
import { AlmanacComponent } from './components/weather/almanac/almanac.component';
const config: SocketIoConfig = { url: '/', options: {} };
@@ -34,7 +33,6 @@ const config: SocketIoConfig = { url: '/', options: {} };
DashboardComponent,
WeatherChartsComponent,
WeatherCurrentComponent,
- PressureTrendComponent,
AlmanacComponent
],
imports: [
diff --git a/Display/src/app/components/dashboard/dashboard.component.html b/Display/src/app/components/dashboard/dashboard.component.html
index 2b0c486..dda3c6a 100644
--- a/Display/src/app/components/dashboard/dashboard.component.html
+++ b/Display/src/app/components/dashboard/dashboard.component.html
@@ -31,16 +31,6 @@
-
-
-