8 lines
108 B
TypeScript

import React from 'react'
export default function Loading() {
return (
<span>Loading...</span>
)
}