@route({
      routes: [
        { path: ['', 'c1'], component: ChildOne },
        { path: 'c2', component: ChildTwo },
      ]