♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
duplicate-layout-components
/
app
/
components
/
Header.jsx
Header.jsx
8 lines
113 B
export
default
function
Header
()
{
return
(
<
header
>
<
h1
id
=
"header"
>Header</
h1
>
</
header
>
)
}
v2.0.0
/
Go
SIGN IN