♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
middleware-rewrite-catchall-priority-with-parallel-route
/
app
/
page.jsx
page.jsx
6 lines
90 B
import
React
from
'react'
export
default
function
Page
()
{
return
<
h1
>Root Page</
h1
>
}
v2.0.0
/
Go
SIGN IN