@@ -8,6 +8,7 @@ interface IProps { setModal: Dispatch> image: string } + export default function FullScreenModal({ modal, setModal, image }: IProps) { return (