Skip to content

Commit c3e1c3f

Browse files
committed
chore: cleanup
1 parent 1a88cd1 commit c3e1c3f

File tree

1 file changed

+0
-1
lines changed
  • packages/plugin-rsc/examples/starter/src

1 file changed

+0
-1
lines changed

packages/plugin-rsc/examples/starter/src/client.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import React from 'react'
44

55
export function ClientCounter() {
66
const [count, setCount] = React.useState(0)
7-
console.log('[useId]', React.useId())
87

98
return (
109
<button onClick={() => setCount((count) => count + 1)}>

0 commit comments

Comments
 (0)