import { Box, LoadingOverlay } from "@mantine/core"; export const Loading = () => { return ( ); };