diff --git a/src/utilities/testHelpers.ts b/src/utilities/testHelpers.ts index 16633596..0a8333a7 100644 --- a/src/utilities/testHelpers.ts +++ b/src/utilities/testHelpers.ts @@ -30,8 +30,6 @@ const parentA = createRoute({ path: '/parentA/[paramA]', }) -export type T1 = typeof parentA['path'] - const childA = createRoute({ parent: parentA, name: 'parentA.childA',