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