Skip to content

Commit 98f1096

Browse files
committed
fix import type
1 parent 3b0a666 commit 98f1096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { hydrateRoot, type ErrorInfo } from "react-dom/client";
22
import { RouterHost } from "./router";
33
import { getRouteMatcher } from "./router/utils/get-route-matcher";
4-
import { ServerSideProps } from "./types";
4+
import type { ServerSideProps } from "./types";
55

66
const globalX = globalThis as unknown as {
77
__PAGES_DIR__: string;

0 commit comments

Comments
 (0)