mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 09:35:39 -05:00
Move pressure trend into current display
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user