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