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