mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-24 09:35:39 -05:00
Reorganization
This commit is contained in:
@@ -3,18 +3,14 @@ import { Routes, RouterModule } from '@angular/router';
|
||||
import { WeatherComponent } from './weather/weather.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { LaundryComponent } from './laundry/laundry.component';
|
||||
import { WeatherChartsComponent } from './weather-charts/weather-charts.component';
|
||||
import { WeatherCurrentComponent } from './Weather/weather-current/weather-current.component';
|
||||
import { WeatherChartsComponent } from './weather/charts/weather-charts.component';
|
||||
import { WeatherCurrentComponent } from './weather/current/weather-current.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: DashboardComponent
|
||||
},
|
||||
{
|
||||
path: 'dashboard',
|
||||
component: DashboardComponent
|
||||
},
|
||||
{
|
||||
path: 'weather',
|
||||
component: WeatherComponent,
|
||||
|
||||
Reference in New Issue
Block a user