File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/start-client-core/src/client Expand file tree Collapse file tree 1 file changed +4
-4
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'
73import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
84import type { AnyStartInstanceOptions } from '../createStart'
95import type { AnyRouter , AnySerializationAdapter } from '@tanstack/router-core'
6+ // eslint-disable-next-line import/no-duplicates,import/order
7+ import { getRouter } from '#tanstack-router-entry'
8+ // eslint-disable-next-line import/no-duplicates,import/order
9+ import { startInstance } from '#tanstack-start-entry'
1010
1111export async function hydrateStart ( ) : Promise < AnyRouter > {
1212 const router = await getRouter ( )
You can’t perform that action at this time.
0 commit comments