import { Flex, Spinner } from '@chakra-ui/react'; const Loading = () => { return ( ); }; export default Loading;