const Footer = (props: any) => { return
{props?.children}
; }; export default Footer;