Skip to content

Commit fe7f752

Browse files
committed
chore(sync): handle merge conflicts
1 parent 6003ac9 commit fe7f752

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/reference/react/use-server.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,7 @@ function LikeButton() {
208208
'use server';
209209

210210
let likeCount = 0;
211-
<<<<<<< HEAD
212-
213-
export default async incrementLike() {
214-
=======
215211
export default async function incrementLike() {
216-
>>>>>>> 315cb7a38a1645623fc55501429285ab680b8a6a
217212
likeCount++;
218213
return likeCount;
219214
}

0 commit comments

Comments
 (0)