import React from 'react'; //import PropTypes from 'prop-types'; //import SectionLoader from '../Loader/SectionLoader'; import { Box } from '@mui/system'; const HomeListCard = () => { return ( Title ); }; // AuthCard.propTypes = { // children: PropTypes.node, // title: PropTypes.string, // subtitle: PropTypes.string, // isLoading: PropTypes.bool, // }; export default HomeListCard;