import React from 'react'; const Footer = props => { return (
Powered By Telescope
) } Footer.displayName = "Footer"; module.exports = Footer;