benchmarks / app /loading.js
vincelwt's picture
Update V2
7e5cb25 unverified
raw
history blame
No virus
65 Bytes
export default function Loading() {
return <p>Loading...</p>
}