import vectorIconCross from '../../vectors/cross.svg' import './styles/FooterError.css' interface PropsForFooterError { reason: string } export default function FooterError({ reason }: PropsForFooterError) { return (