benchmarks / app /compare /loading.js
vincelwt's picture
Update V2
7e5cb25 unverified
export default function Loading() {
return <p>Loading...</p>
}