import { Center, Loader, Stack } from "@mantine/core"; const CenterLoader = () => { return (
); }; export default CenterLoader;