♫
📌 canary ▾
next.js
/
examples
/
with-prefetching
/
pages
/
about.tsx
about.tsx
4 lines
79 B
export
default
function
About
()
{
return
<
h1
>This is the ABOUT page.</
h1
>;
}
v2.0.0
/
Go
SIGN IN