diff --git a/client/src/components/Footer/FooterCol.js b/client/src/components/Footer/FooterCol.js deleted file mode 100644 index 1c919368be..0000000000 --- a/client/src/components/Footer/FooterCol.js +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react'; -import PropTypes from 'prop-types'; - -import Link from '../helpers/Link'; -import { dasherize } from '../../../../utils/slugs'; - -function FooterCol({ title, links }) { - return ( -