import React from 'react'; const CardBoxComponentEmpty = () => { return (

Nothing's here…

); }; export default CardBoxComponentEmpty;