♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
use-cache
/
app
/
(partially-static)
/
use-action-state-separate-export
/
page.tsx
page.tsx
6 lines
84 B
import
{ Form }
from
'./form'
export
default
function
Page
()
{
return
<
Form
/>
}
v2.0.0
/
Go
SIGN IN