Adding profile component (de)activation logic
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {RouterModule, Routes} from '@angular/router';
|
||||
import { GamenightComponent } from './pages/gamenight/gamenight.component';
|
||||
import {GamenightComponent} from './pages/gamenight/gamenight.component';
|
||||
import {HomeComponent} from './pages/home/home.component';
|
||||
import { StatsComponent } from './pages/stats/stats.component';
|
||||
import {StatsComponent} from './pages/stats/stats.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{path: '', component: HomeComponent, pathMatch: 'full'},
|
||||
|
||||
Reference in New Issue
Block a user