| 2 | import Route from '@ember/routing/route'; |
| 3 | |
| 4 | export default class DataClassRoute 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