File size: 137 Bytes
1e92f2d |
1 2 3 4 5 |
// Have loading.js to trigger suspense boundary for /dynamic/[id] page
export default function Loading() {
return <div>loading</div>
}
|
1e92f2d |
1 2 3 4 5 |
// Have loading.js to trigger suspense boundary for /dynamic/[id] page
export default function Loading() {
return <div>loading</div>
}
|