♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
segment-explorer
/
app
/
boundary
/
loading.tsx
loading.tsx
8 lines
109 B
export
default
function
Loading
()
{
return
(
<
div
>
<
h3
>Loading Boundary...</
h3
>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN