import { CircularProgress } from "@nextui-org/react"; const LoadingScreen = async () => { return (
); }; export default LoadingScreen;