chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-07 02:02:16 +00:00
parent 50ca8aa0f8
commit 9743b7c263
39 changed files with 74 additions and 73 deletions
@@ -163,7 +163,7 @@ function Post({ postId }) {
return <PostContent post={post} />;
}
// After:
// After:
function Post({ postId }) {
const post = use(fetchPost(postId));
return <PostContent post={post} />;