|
|
@@ -1,8 +1,5 @@
|
|
|
import { Routes } from '@angular/router';
|
|
|
import { DashboardComponent } from './dashboard/dashboard.component';
|
|
|
-import { SubmissionComponent } from 'fis/submission/submission.component';
|
|
|
-import { AuthGuard } from 'angularlib/login';
|
|
|
-import { LeaveComponent } from 'fis/leave/new/leave.component';
|
|
|
|
|
|
export const routes: Routes = [
|
|
|
{ path: '', redirectTo: '/dashboard', pathMatch: 'full' },
|