Skip to content

Commit fdb8252

Browse files
fix test
1 parent cd49c12 commit fdb8252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
22
import { createMemoryHistory } from '@tanstack/history'
3-
import { hydrate } from '@tanstack/router-core/ssr/client'
43
import { BaseRootRoute, BaseRoute, RouterCore, notFound } from '../src'
4+
import { hydrate } from '../src/ssr/client'
55
import type { TsrSsrGlobal } from '../src/ssr/types'
66
import type { AnyRouteMatch } from '../src'
77

0 commit comments

Comments
 (0)