import React from "react"; export default function LoadingScreen() { return (

Loading, please wait...

); }