Skip to content

Commit dad79fe

Browse files
ci: apply automated fixes
1 parent 268b423 commit dad79fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/solid-router/tests/hydrate.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {
55
createRootRoute,
66
createRoute,
77
createRouter,
8-
notFound
8+
notFound,
99
} from '../src'
10-
import type {AnyRouteMatch} from '../src';
10+
import type { AnyRouteMatch } from '../src'
1111
import type { TsrSsrGlobal } from '@tanstack/router-core/ssr/client'
1212

1313
describe('hydrate', () => {

0 commit comments

Comments
 (0)