Skip to content

Commit 8f3f9ee

Browse files
committed
fix: test
1 parent 5af1c3c commit 8f3f9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/post/[id]/page.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const DetailPostPage: FC<Props> = async ({ params: { id } }) => {
1717
}
1818

1919
const post = responseDetailPost?.post
20+
//
2021

2122
return (
2223
<main className='page-container gap-10 mx-auto max-w-screen-lg w-full pt-[130px] pb-6'>

0 commit comments

Comments
 (0)