Skip to content

Commit

Permalink
face_palm
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverfloweth committed Jan 8, 2025
1 parent 198f639 commit 15696a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utilities/testHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const parentA = createRoute({
path: '/parentA/[paramA]',
})

export type T1 = typeof parentA['path']

const childA = createRoute({
parent: parentA,
name: 'parentA.childA',
Expand Down

0 comments on commit 15696a6

Please sign in to comment.