Skip to content
Snippets Groups Projects

Tweet comments

Merged David requested to merge tweetComments into main
6 files
+ 133
20
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -26,6 +26,7 @@ export default async function PostDetail({ params }: { params: { postid: string
},
include: {
user: true,
Like: true
},
})
@@ -36,6 +37,7 @@ export default async function PostDetail({ params }: { params: { postid: string
include: {
user: true,
Comment: true,
Like: true,
},
})
Loading