We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af1c3c commit 8f3f9eeCopy full SHA for 8f3f9ee
src/app/post/[id]/page.tsx
@@ -17,6 +17,7 @@ const DetailPostPage: FC<Props> = async ({ params: { id } }) => {
17
}
18
19
const post = responseDetailPost?.post
20
+ //
21
22
return (
23
<main className='page-container gap-10 mx-auto max-w-screen-lg w-full pt-[130px] pb-6'>
0 commit comments