Commit 443ac24d authored by Jie Yuan's avatar Jie Yuan
Browse files

update app routing

parent 302e7d6c
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ import { Routes, RouterModule } from '@angular/router';

import { LoginComponent } from './login/login.component';
import {TableComponent} from './dashboard/table/table.component';
import {DashboardGuard} from './dashboard/dashboard-guards.service';
import {AuthGuard} from './dashboard/auth-guard.service';
import { FulltableComponent } from './dashboard/fulltable/fulltable.component';
import {AailoginComponent} from './aailogin/aailogin.component';