diff --git a/client/src/components/Footer/FooterCol.js b/client/src/components/Footer/FooterCol.js
index d8bc329ea2..aebccef50c 100644
--- a/client/src/components/Footer/FooterCol.js
+++ b/client/src/components/Footer/FooterCol.js
@@ -2,37 +2,28 @@ import React from 'react';
import PropTypes from 'prop-types';
import Link from '../helpers/Link';
-import { footerLinks } from './footerLinks';
-import './footer.css';
-
-function FooterCol({ colNum, title }) {
- // if the column number is not applicable return an empty div
- if (colNum < 1 || colNum > footerLinks + 1) return