react-code-dataset
/
next.js
/test
/development
/app-dir
/segment-explorer
/app
/boundary
/loading.tsx
| export default function Loading() { | |
| return ( | |
| <div> | |
| <h3>Loading Boundary...</h3> | |
| </div> | |
| ) | |
| } | |