We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0981987 commit ccbb6fbCopy full SHA for ccbb6fb
packages/react-router/lib/server-runtime/server.ts
@@ -22,7 +22,8 @@ import type { RouteMatch } from "./routeMatching";
22
import { matchServerRoutes } from "./routeMatching";
23
import type { ServerRoute } from "./routes";
24
import { createStaticHandlerDataRoutes, createRoutes } from "./routes";
25
-import { ServerHandoff, createServerHandoffString } from "./serverHandoff";
+import type { ServerHandoff } from "./serverHandoff";
26
+import { createServerHandoffString } from "./serverHandoff";
27
import { getDevServerHooks } from "./dev";
28
import {
29
encodeViaTurboStream,
0 commit comments