import { LoadingOverlay } from "@mantine/core"; import { FunctionComponent, Suspense } from "react"; const Lazy: FunctionComponent = ({ children }) => { return }>{children}; }; export default Lazy;