import Footer from './Footer';
export type { FooterProps } from './Footer';
export { Footer };
export default Footer;
