File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/start-client-core/src/client Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { hydrate } from '@tanstack/router-core/ssr/client'
22
3+ // eslint-disable-next-line import/no-duplicates
4+ import { startInstance } from '#tanstack-start-entry'
5+ // eslint-disable-next-line import/no-duplicates
6+ import { getRouter } from '#tanstack-router-entry'
37import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
48import type { AnyStartInstanceOptions } from '../createStart'
59import type { AnyRouter , AnySerializationAdapter } from '@tanstack/router-core'
6- import { startInstance } from '#tanstack-start-entry'
7- import { getRouter } from '#tanstack-router-entry'
810
911export async function hydrateStart ( ) : Promise < AnyRouter > {
1012 const router = await getRouter ( )
You can’t perform that action at this time.
0 commit comments