♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-css
/
app
/
ordering
/
input.js
input.js
8 lines
95 B
'use client'
import
'./input.css'
export
default
function
InputText
()
{
return
<
input
/>
}
v2.0.0
/
Go
SIGN IN