File size: 76 Bytes
1e92f2d |
1 2 3 4 5 6 |
'use client'
export default function Counter() {
return <h2>Hello</h2>
}
|
1e92f2d |
1 2 3 4 5 6 |
'use client'
export default function Counter() {
return <h2>Hello</h2>
}
|