Skip to content

Commit 87d9410

Browse files
committed
Fix
1 parent 3baaa7e commit 87d9410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getBlogPosts } from '@/content/utils';
44
import { baseUrl } from '@/app/sitemap';
55
import { customComponents } from '@/mdx-components';
66
import ClientDate from '@/app/components/client-date';
7-
import { ComponentType } from 'react';
7+
import { type ComponentType } from 'react';
88

99
type BlogPostPageProps = {
1010
params: Promise<{

0 commit comments

Comments
 (0)