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.
ComponentType
1 parent cf52bc8 commit 42a6c13Copy full SHA for 42a6c13
src/app/blog/[slug]/page.tsx
@@ -4,7 +4,7 @@ import { getBlogPosts } from '@/content/utils';
4
import { baseUrl } from '@/app/sitemap';
5
import { customComponents } from '@/mdx-components';
6
import ClientDate from '@/app/components/client-date';
7
-import { ComponentType } from 'react';
+import { type ComponentType } from 'react';
8
9
type BlogPostPageProps = {
10
params: Promise<{
0 commit comments