There was an error while loading. Please reload this page.
1 parent cd49c12 commit fdb8252Copy full SHA for fdb8252
1 file changed
packages/router-core/tests/hydrate.test.ts
@@ -1,7 +1,7 @@
1
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2
import { createMemoryHistory } from '@tanstack/history'
3
-import { hydrate } from '@tanstack/router-core/ssr/client'
4
import { BaseRootRoute, BaseRoute, RouterCore, notFound } from '../src'
+import { hydrate } from '../src/ssr/client'
5
import type { TsrSsrGlobal } from '../src/ssr/types'
6
import type { AnyRouteMatch } from '../src'
7
0 commit comments