import styles from './style.module.scss'; export default function ImagePopup({toggleShowPopup, src, alt, ...props}) { return (
{alt}
); }