import React from 'react' import Logo from './logo' export default function LoadingPage() { return (

Loading...

) }