import { LoadingOverlay } from "@mantine/core"; export default function Loading() { return (
); }