()
| 395 | } |
| 396 | |
| 397 | get kindRoutes () { |
| 398 | return Object.entries( this.makeKindLists() ).map( ([ kindSlug, kindList ]) => { |
| 399 | return kindList.routes |
| 400 | }).flat() |
| 401 | } |
| 402 | |
| 403 | async saveKinds () { |
| 404 |
nothing calls this directly
no test coverage detected