| 2 | import { service } from '@ember/service'; |
| 3 | |
| 4 | export default class ProjectRoute extends Route { |
| 5 | /** @type {import('@ember/routing/router-service').default} */ |
| 6 | @service |
| 7 | router; |
nothing calls this directly
no outgoing calls
no test coverage detected