import React from 'react'; export const LoadingScreen: React.FC = () => { return (
{/* Animated Rings */}
{/* Logo or Icon in Center */}

Carregando...

); };