Skip to content

Commit

Permalink
fix: blog link component
Browse files Browse the repository at this point in the history
  • Loading branch information
qinluhe committed Oct 24, 2024
1 parent 0004af1 commit 3a47877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog/mdx-render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Video from '@/components/blog/video';
import { cn } from '@/lib/utils';
import { MDXRemote } from 'next-mdx-remote/rsc';
import Image, { ImageProps } from './mdx-image';
import { HTMLAttributes, PropsWithChildren } from 'react';
import { HTMLAttributes } from 'react';
import Admonition from './admonition';
import Heading, { HeadingProps } from './heading';
import MDXTable from './mdx-table';
Expand Down

0 comments on commit 3a47877

Please sign in to comment.