benchmarks / app /loading.js
vincelwt's picture
Update V2
7e5cb25 unverified
Raw
History Blame Contribute Delete
65 Bytes
export default function Loading() {
return <p>Loading...</p>
}