♫
📌 canary ▾
next.js
/
examples
/
with-plausible
/
app
/
page.tsx
page.tsx
8 lines
109 B
export
default
function
Home
()
{
return
(
<
div
>
<
h1
>This is the Home page</
h1
>
</
div
>
);
}
v2.0.0
/
Go
SIGN IN