Move pressure trend into current display

This commit is contained in:
2019-10-08 19:15:20 -04:00
parent 166576ab4d
commit c989a20f22
10 changed files with 81 additions and 146 deletions

View File

@@ -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: [