diff --git a/com-dict-client/src/components/Footer/index.js b/com-dict-client/src/components/Footer/index.js deleted file mode 100644 index e5d47b0..0000000 --- a/com-dict-client/src/components/Footer/index.js +++ /dev/null @@ -1,144 +0,0 @@ -import React from "react"; -import { Row , Col} from 'antd'; -import {Link} from 'react-router-dom'; -import { Typography } from 'antd'; -import {InfoCircleOutlined, LockOutlined, FileTextOutlined, BugOutlined, -GithubOutlined, ExclamationCircleOutlined, PhoneOutlined, -UnorderedListOutlined,MailOutlined, EnvironmentOutlined} - from '/@ant-design/icons'; -import "../../containers/home/footer.css"; - - -const { Title } = Typography; - -function Footer() { - return ( - - ); -} - -export default Footer;