Skip to content

Commit ccbb6fb

Browse files
committed
fix lint issue
1 parent 0981987 commit ccbb6fb

File tree

1 file changed

+2
-1
lines changed
  • packages/react-router/lib/server-runtime

1 file changed

+2
-1
lines changed

packages/react-router/lib/server-runtime/server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import type { RouteMatch } from "./routeMatching";
2222
import { matchServerRoutes } from "./routeMatching";
2323
import type { ServerRoute } from "./routes";
2424
import { createStaticHandlerDataRoutes, createRoutes } from "./routes";
25-
import { ServerHandoff, createServerHandoffString } from "./serverHandoff";
25+
import type { ServerHandoff } from "./serverHandoff";
26+
import { createServerHandoffString } from "./serverHandoff";
2627
import { getDevServerHooks } from "./dev";
2728
import {
2829
encodeViaTurboStream,

0 commit comments

Comments
 (0)