tome-web/client/components/Loading.tsx

8 lines
108 B
TypeScript

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