Skip to content

Commit ae49cb6

Browse files
committed
fix: invalid import
1 parent f4089b9 commit ae49cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/markdown/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { MDXRemoteProps } from "next-mdx-remote/rsc";
1+
import type { MDXRemoteProps } from "next-mdx-remote-client/rsc";
22
import MImage from "./m-image";
33
import MLink from "./m-link";
44
import MPre from "./m-pre";

0 commit comments

Comments
 (0)