import React from 'react'; const LoadingScreen: React.FC = () => (
Loading application... Please wait.
); export default LoadingScreen;