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