diff --git a/Display/src/app/app-routing.module.ts b/Display/src/app/app-routing.module.ts
index 3328fa9..e14dcfb 100644
--- a/Display/src/app/app-routing.module.ts
+++ b/Display/src/app/app-routing.module.ts
@@ -1,26 +1,16 @@
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { DashboardComponent } from './components/dashboard/dashboard.component';
-import { LaundryComponent } from './components/laundry/laundry.component';
import { WeatherChartsComponent } from './components/weather/charts/weather-charts.component';
-import { WeatherCurrentComponent } from './components/weather/current/weather-current.component';
const routes: Routes = [
{
path: '',
component: DashboardComponent
},
- {
- path: 'weather',
- component: WeatherCurrentComponent
- },
{
path: 'weather-charts',
component: WeatherChartsComponent
- },
- {
- path: 'laundry',
- component: LaundryComponent
}
];
diff --git a/Display/src/app/components/nav/nav.component.html b/Display/src/app/components/nav/nav.component.html
index c2267de..24717d3 100644
--- a/Display/src/app/components/nav/nav.component.html
+++ b/Display/src/app/components/nav/nav.component.html
@@ -16,24 +16,6 @@
-
-
- local_laundry_service
-
-
- Laundry
-
-
-
-
-
- cloud
-
-
- Weather
-
-
-
multiline_chart