Skip to content

Commit a2a07b4

Browse files
ci: apply automated fixes
1 parent 844fbef commit a2a07b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/router-core/tests/processRouteTree.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest'
22
import { processRouteTree } from '../src/process-route-tree'
33
import { getMatchedRoutes } from '../src/router'
44
import { joinPaths } from '../src'
5-
import type { RouteLike } from "../src/route"
5+
import type { RouteLike } from '../src/route'
66

77
type PathOrChildren = string | [string, Array<PathOrChildren>]
88

0 commit comments

Comments
 (0)