♫
📌 canary ▾
next.js
/
examples
/
with-dynamic-import
/
app
/
_components
/
hello3.tsx
hello3.tsx
4 lines
92 B
export
default
function
Hello3
()
{
return
<
p
>Hello World 3 (imported dynamically) </
p
>;
}
v2.0.0
/
Go
SIGN IN