summaryrefslogtreecommitdiff
path: root/scraper/client/common/footer.component.js
blob: 7c82b44beb911ff69ae90678a1aa305ebb0edf7f (plain)
1
2
3
4
5
6
7
8
9
10
import React from 'react'
import { Link } from 'react-router-dom'
import { connect } from 'react-redux'

export default function Footer(props) {
  return (
    <footer>
    </footer>
  );
}