Skip to content

Commit 8bb8921

Browse files
committed
resolve eslint errors
1 parent 7d8e105 commit 8bb8921

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/start-client-core/src/client/hydrateStart.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { 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'
37
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
48
import type { AnyStartInstanceOptions } from '../createStart'
59
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
6-
import { startInstance } from '#tanstack-start-entry'
7-
import { getRouter } from '#tanstack-router-entry'
810

911
export async function hydrateStart(): Promise<AnyRouter> {
1012
const router = await getRouter()

0 commit comments

Comments
 (0)