File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
19
19
20
20
import { Section , Container , Prose } from "@/components/craft" ;
21
21
import { Metadata } from "next" ;
22
- import PostCard from "@/components/posts/post-card" ;
22
+ import { PostCard } from "@/components/posts/post-card" ;
23
23
import { FilterPosts } from "@/components/posts/filter" ;
24
24
import { SearchInput } from "@/components/posts/search-input" ;
25
25
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
getCategoryById ,
11
11
} from "@/lib/wordpress" ;
12
12
13
- export default async function PostCard ( { post } : { post : Post } ) {
13
+ export async function PostCard ( { post } : { post : Post } ) {
14
14
const media = post . featured_media
15
15
? await getFeaturedMediaById ( post . featured_media )
16
16
: null ;
You can’t perform that action at this time.
0 commit comments