import * as React from 'react' export default function Loading() { return <div id="loading">Loading...</div> }