From ba3a8fb0b2fe3316cc4cf5299a019a992ff5f35f Mon Sep 17 00:00:00 2001 From: kanhaiya04 Date: Thu, 16 Mar 2023 23:06:34 +0530 Subject: [PATCH] index.js file in footer components is deleted --- .../src/components/Footer/index.js | 144 ------------------ 1 file changed, 144 deletions(-) delete mode 100644 com-dict-client/src/components/Footer/index.js 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;