We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e82a commit 081343bCopy full SHA for 081343b
src/app/app-routing.module.ts
@@ -10,7 +10,7 @@ import { UsageComponent } from './component/usage/usage.component';
10
import { TeamsComponent } from './component/teams/teams.component';
11
12
const routes: Routes = [
13
- { path: '', component: CircularHeatmapComponent },
+ { path: '', component: MatrixComponent },
14
{ path: 'circular-heatmap', component: CircularHeatmapComponent },
15
{ path: 'matrix', component: MatrixComponent },
16
{ path: 'activity-description', component: ActivityDescriptionComponent },
0 commit comments