Skip to content

Commit f64244a

Browse files
author
Boopathi
committed
Fix issue with previous push and update blog post details component
1 parent c78db1e commit f64244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/blog-post-details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from '@/components/ui/dialog';
1111
import { ScrollArea } from '@/components/ui/scroll-area';
1212
import Image from 'next/image';
13-
import type { BlogPost } from './blog';
13+
import type { BlogPost } from '@/app/types';
1414

1515
interface BlogPostDetailsProps {
1616
post: BlogPost | null;

0 commit comments

Comments
 (0)