@route({
        routes: [
          { path: ['', 'gc-1'], component: GC1 },
          { path: 'gc-2', component: GC2 },
        ]