♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
mdx-no-mdx-components
/
app
/
client.tsx
client.tsx
6 lines
88 B
'use client'
export
function
Client
() {
return
<
h2
>This is a client component</
h2
>
}
v2.0.0
/
Go
SIGN IN