♫
📌 canary ▾
next.js
/
test
/
e2e
/
instrumentation-client-hook
/
app-with-src
/
src
/
app
/
page.tsx
page.tsx
6 lines
100 B
import
React
from
'react'
export
default
function
Page
()
{
return
<
h1
>App with src folder</
h1
>
}
v2.0.0
/
Go
SIGN IN