import { Box } from "@chakra-ui/react"; import { Loader } from "components"; function Loading() { return ( ); } export { Loading };