import { GithubOutlined } from '@ant-design/icons'; import { DefaultFooter } from '@ant-design/pro-components'; import React from 'react'; const Footer: React.FC = () => { return ( , // href: 'https://github.com/ant-design/ant-design-pro', // blankTarget: true, // }, // { // key: 'AI Pipeline', // title: 'AI Pipeline', // href: 'https://ant.design', // blankTarget: true, // }, // ]} /> ); }; export default Footer;