next.js/test/e2e/app-dir/segment-cache/basic/app/cache-life-seconds/loading.tsx
loading.tsx8 lines100 B
export default function Loading() {
  return (
    <div>
      <h1>Loading...</h1>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN