Skip to content

Commit

Permalink
Fix router-types
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 18, 2024
1 parent b2b7010 commit ffd90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { RouterDSL } from '@ember/-internals/routing';

export function addRoutes(context: RouterDSL): void {
export function addRoutes(context: Pick<RouterDSL, 'route'>): void {
/**
* We need a level of nesting for every `/` in the URL so that we don't over-refresh / render the whole page
*/
Expand Down

0 comments on commit ffd90b3

Please sign in to comment.