Skip to content

Commit ffd90b3

Browse files
committed
Fix router-types
1 parent b2b7010 commit ffd90b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { RouterDSL } from '@ember/-internals/routing';
22

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

0 commit comments

Comments
 (0)