import { Block, type BlockProps, type BlockTagType } from 'react-login-page'; export const Footer = (props: BlockProps) => { const { keyname, name = 'footer', ...elmProps } = props; return ; }; Footer.displayName = 'Login.Footer';