import Icon from "./Icon"; const Empty = () => { return (
); }; export default Empty;