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 3b0a666 commit 98f1096Copy full SHA for 98f1096
hydrate.tsx
@@ -1,7 +1,7 @@
1
import { hydrateRoot, type ErrorInfo } from "react-dom/client";
2
import { RouterHost } from "./router";
3
import { getRouteMatcher } from "./router/utils/get-route-matcher";
4
-import { ServerSideProps } from "./types";
+import type { ServerSideProps } from "./types";
5
6
const globalX = globalThis as unknown as {
7
__PAGES_DIR__: string;
0 commit comments