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